{
    "name": "Schweizer Virtual Reality News",
    "description": "",
    "url": "https:\/\/vr-room.ch",
    "home": "https:\/\/vr-room.ch\/it",
    "gmt_offset": "0",
    "timezone_string": "",
    "namespaces": [
        "oembed\/1.0",
        "social-share\/v1",
        "social-counts\/v1",
        "powerkit-toc\/v1",
        "scope\/v1",
        "yoast\/v1",
        "csco\/v1",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1"
    ],
    "authentication": {
        "application-passwords": {
            "endpoints": {
                "authorization": "https:\/\/vr-room.ch\/wp-admin\/authorize-application.php"
            }
        }
    },
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "L'URL della risorsa da cui recuperare i dati oEmbed.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "L'URL della risorsa da cui recuperare i dati oEmbed.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "Il formato oEmbed da utilizzare.",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "La larghezza massima in pixel del frame incorporato.",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "L'altezza massima in pixel del frame incorporato.",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "Se eseguire una richiesta esplorativa di oEmbed per provider non autorizzati.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/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:\/\/vr-room.ch\/it\/wp-json\/social-share\/v1"
                    }
                ]
            }
        },
        "\/social-share\/v1\/get-shares": {
            "namespace": "social-share\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/wp-json\/social-counts\/v1"
                    }
                ]
            }
        },
        "\/social-counts\/v1\/get-counts": {
            "namespace": "social-counts\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/wp-json\/powerkit-toc\/v1\/get"
                    }
                ]
            }
        },
        "\/scope\/v1": {
            "namespace": "scope\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "scope\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/scope\/v1"
                    }
                ]
            }
        },
        "\/scope\/v1\/publish": {
            "namespace": "scope\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/scope\/v1\/publish"
                    }
                ]
            }
        },
        "\/scope\/v1\/status": {
            "namespace": "scope\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/scope\/v1\/status"
                    }
                ]
            }
        },
        "\/yoast\/v1": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "yoast\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1"
                    }
                ]
            }
        },
        "\/yoast\/v1\/file_size": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "type": "string",
                            "description": "The url to retrieve",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/file_size"
                    }
                ]
            }
        },
        "\/yoast\/v1\/statistics": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/statistics"
                    }
                ]
            }
        },
        "\/yoast\/v1\/new-content-type-visibility\/dismiss-post-type": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "postTypeName": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/new-content-type-visibility\/dismiss-post-type"
                    }
                ]
            }
        },
        "\/yoast\/v1\/new-content-type-visibility\/dismiss-taxonomy": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "taxonomyName": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/new-content-type-visibility\/dismiss-taxonomy"
                    }
                ]
            }
        },
        "\/yoast\/v1\/introductions\/(?P<introduction_id>[\\w-]+)\/seen": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "introduction_id": {
                            "type": "string",
                            "required": true
                        },
                        "is_seen": {
                            "type": "bool",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/yoast\/v1\/wistia_embed_permission": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "value": {
                            "type": "bool",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/wistia_embed_permission"
                    }
                ]
            }
        },
        "\/yoast\/v1\/alerts\/dismiss": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "key": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/alerts\/dismiss"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/site_representation": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "company_or_person": {
                            "type": "string",
                            "enum": [
                                "company",
                                "person"
                            ],
                            "required": true
                        },
                        "company_name": {
                            "type": "string",
                            "required": false
                        },
                        "company_logo": {
                            "type": "string",
                            "required": false
                        },
                        "company_logo_id": {
                            "type": "integer",
                            "required": false
                        },
                        "person_logo": {
                            "type": "string",
                            "required": false
                        },
                        "person_logo_id": {
                            "type": "integer",
                            "required": false
                        },
                        "company_or_person_user_id": {
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/configuration\/site_representation"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/social_profiles": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "facebook_site": {
                            "type": "string",
                            "required": false
                        },
                        "twitter_site": {
                            "type": "string",
                            "required": false
                        },
                        "other_social_urls": {
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/configuration\/social_profiles"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/check_capability": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "user_id": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/configuration\/check_capability"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/enable_tracking": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "tracking": {
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/configuration\/enable_tracking"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/save_configuration_state": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "finishedSteps": {
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/configuration\/save_configuration_state"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/get_configuration_state": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/configuration\/get_configuration_state"
                    }
                ]
            }
        },
        "\/yoast\/v1\/import\/(?P<plugin>[\\w-]+)\/(?P<type>[\\w-]+)": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/yoast\/v1\/get_head": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/get_head"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/posts": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/indexing\/posts"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/terms": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/indexing\/terms"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/post-type-archives": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/indexing\/post-type-archives"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/general": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/indexing\/general"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/prepare": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/indexing\/prepare"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/indexables-complete": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/indexing\/indexables-complete"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/complete": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/indexing\/complete"
                    }
                ]
            }
        },
        "\/yoast\/v1\/link-indexing\/posts": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/link-indexing\/posts"
                    }
                ]
            }
        },
        "\/yoast\/v1\/link-indexing\/terms": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/link-indexing\/terms"
                    }
                ]
            }
        },
        "\/yoast\/v1\/integrations\/set_active": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "active": {
                            "type": "boolean",
                            "required": true
                        },
                        "integration": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/integrations\/set_active"
                    }
                ]
            }
        },
        "\/yoast\/v1\/meta\/search": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/meta\/search"
                    }
                ]
            }
        },
        "\/yoast\/v1\/semrush\/authenticate": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/semrush\/authenticate"
                    }
                ]
            }
        },
        "\/yoast\/v1\/semrush\/country_code": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country_code": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/semrush\/country_code"
                    }
                ]
            }
        },
        "\/yoast\/v1\/semrush\/related_keyphrases": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "keyphrase": {
                            "required": true
                        },
                        "country_code": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/semrush\/related_keyphrases"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/authorization-url": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/wincher\/authorization-url"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/authenticate": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "required": true
                        },
                        "websiteId": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/wincher\/authenticate"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/keyphrases\/track": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keyphrases": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/wincher\/keyphrases\/track"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/keyphrases": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keyphrases": {
                            "required": false
                        },
                        "permalink": {
                            "required": false
                        },
                        "startAt": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/wincher\/keyphrases"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/keyphrases\/untrack": {
            "namespace": "yoast\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/wincher\/keyphrases\/untrack"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/account\/limit": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/wincher\/account\/limit"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/account\/upgrade-campaign": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/wincher\/account\/upgrade-campaign"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/yoast\/v1\/workouts"
                    }
                ]
            }
        },
        "\/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:\/\/vr-room.ch\/it\/wp-json\/csco\/v1"
                    }
                ]
            }
        },
        "\/csco\/v1\/more-posts": {
            "namespace": "csco\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/csco\/v1\/more-posts"
                    }
                ]
            }
        },
        "\/csco\/v1\/more-nextpost": {
            "namespace": "csco\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/csco\/v1\/more-nextpost"
                    }
                ]
            }
        },
        "\/csco\/v1\/menu-posts": {
            "namespace": "csco\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita la serie di risultati agli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Garantisce che la serie di risultati escluda gli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia categories.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Se i termini figli sono inclusi nei termini che limitano il set di risultati.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia categories.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Se i termini figli sono inclusi nei termini che limitano il set di risultati.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Limita la serie di risultati agli elementi in evidenza.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Il formato per l\u2019articolo.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Se l'articolo sia da trattare come in evidenza o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "I termini assegnati all'articolo nella tassonomia category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "I termini assegnati all'articolo nella tassonomia post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Il formato per l\u2019articolo.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Se l'articolo sia da trattare come in evidenza o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "I termini assegnati all'articolo nella tassonomia category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "I termini assegnati all'articolo nella tassonomia post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "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": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Il formato per l\u2019articolo.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Se l'articolo sia da trattare come in evidenza o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "I termini assegnati all'articolo nella tassonomia category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "I termini assegnati all'articolo nella tassonomia post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita la serie di risultati agli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Garantisce che la serie di risultati escluda gli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limita l'insieme di risultati agli articoli con uno specifico valore menu_order.",
                            "type": "integer",
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita la serie di risultati dei particolari parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita il risultato a tutti gli elementi eccetto quelli di un particolare ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ordine dell'articolo in relazione ad altri articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ordine dell'articolo in relazione ad altri articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "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": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ordine dell'articolo in relazione ad altri articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "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": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita la serie di risultati agli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Garantisce che la serie di risultati escluda gli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita la serie di risultati dei particolari parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita il risultato a tutti gli elementi eccetto quelli di un particolare ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "Limita l'insieme dei risultati agli allegati di un tipo media specifico.",
                            "type": "string",
                            "enum": [
                                "image",
                                "video",
                                "text",
                                "application",
                                "audio"
                            ],
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "Limita l'insieme dei risultati agli allegati con uno specifico tipo MIME.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Testo alternativo da mostrare quando la risorsa non \u00e8 visualizzata.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "La didascalia dell'allegato.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Didascalia per l'allegato, cos\u00ec come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Didascalia HTML per l'allegato, trasformata per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'allegato.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Descrizione dell'allegato, cos\u00ec come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Descrizione HTML per l'allegato, trasformata per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "L'ID dell'articolo associato all'allegato.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Testo alternativo da mostrare quando la risorsa non \u00e8 visualizzata.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "La didascalia dell'allegato.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Didascalia per l'allegato, cos\u00ec come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Didascalia HTML per l'allegato, trasformata per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'allegato.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Descrizione dell'allegato, cos\u00ec come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Descrizione HTML per l'allegato, trasformata per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "L'ID dell'articolo associato all'allegato.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per l'allegato.",
                            "type": "integer",
                            "required": false
                        },
                        "action": {
                            "type": "string",
                            "enum": [
                                "create-image-subsizes"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/edit": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "src": {
                            "description": "URL al file dell'immagine modificata.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "Array delle modifiche dell'immagine.",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "Modifica delle immagini.",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "Rotazione",
                                        "properties": {
                                            "type": {
                                                "description": "Tipo di rotazione.",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "Argomenti della rotazione.",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "Angolo in gradi per la rotazione in senso orario.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "Ritaglia",
                                        "properties": {
                                            "type": {
                                                "description": "Tipo di crop.",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "Argomenti del crop.",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "Distanza orizzontale da sinistra per iniziare il ritaglio in percentuale della larghezza dell'immagine.",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "Distanza verticale dall'alto per iniziare il ritaglio in percentuale dell'altezza dell'immagine.",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "Larghezza del crop come percentuale della larghezza dell'immagine.",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "Altezza del crop come percentuale dell'altezza dell'immagine.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "I gradi in senso orario di rotazione dell'immagine. DEPRECATO: preferire i `modifiers`.",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "La posizione x da cui iniziare il ritaglio dell'immagine. DEPRECATO: preferire i `modifiers`.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "La posizione y da cui iniziare il ritaglio dell'immagine. DEPRECATO: preferire i `modifiers`.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "La larghezza di ritaglio dell'immagine in percentuale dell'immagine. DEPRECATO: preferire i `modifiers`.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "L'altezza di ritaglio dell'immagine in percentuale dell'immagine. DEPRECATO: preferire i `modifiers`.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "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 di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia menus.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia menus.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limita l'insieme di risultati agli articoli con uno specifico valore menu_order.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "Il titolo dell'oggetto.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'oggetto, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'oggetto, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "La famiglia di oggetti originariamente rappresentato, come \"post_type\" o \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Uno stato con nome per l'oggetto.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "L'id del genitore dell'oggetto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Testo per l'attributo title dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Nomi della classi per l'elemento link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione di questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "L'ID DB di nav_menu_item che \u00e8 genitore di questa voce di menu, se presente. Altrimenti 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Il tipo di oggetto originariamente rappresentato, come \"category\", \"post\" o \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "L'ID del database dell'oggetto originale che questa voce di menu rappresenta, ad esempio l'ID per gli articoli o il term_id per le categorie.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "L'attributo target dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "L'URL al quale questa voce di menu punta.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "La relazione XFN espressa nel link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "I termini assegnati all'oggetto nella tassonomia nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'oggetto.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'oggetto, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'oggetto, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "La famiglia di oggetti originariamente rappresentato, come \"post_type\" o \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'oggetto.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "L'id del genitore dell'oggetto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Testo per l'attributo title dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Nomi della classi per l'elemento link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione di questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ID DB di nav_menu_item che \u00e8 genitore di questa voce di menu, se presente. Altrimenti 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Il tipo di oggetto originariamente rappresentato, come \"category\", \"post\" o \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "L'ID del database dell'oggetto originale che questa voce di menu rappresenta, ad esempio l'ID per gli articoli o il term_id per le categorie.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "L'attributo target dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "L'URL al quale questa voce di menu punta.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "La relazione XFN espressa nel link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "I termini assegnati all'oggetto nella tassonomia nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'id del genitore dell'oggetto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'oggetto.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'oggetto, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'oggetto, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "La famiglia di oggetti originariamente rappresentato, come \"post_type\" o \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'oggetto.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "Testo per l'attributo title dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Nomi della classi per l'elemento link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione di questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ID DB di nav_menu_item che \u00e8 genitore di questa voce di menu, se presente. Altrimenti 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Il tipo di oggetto originariamente rappresentato, come \"category\", \"post\" o \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "L'ID del database dell'oggetto originale che questa voce di menu rappresenta, ad esempio l'ID per gli articoli o il term_id per le categorie.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "L'attributo target dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "L'URL al quale questa voce di menu punta.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "La relazione XFN espressa nel link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "I termini assegnati all'oggetto nella tassonomia nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "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": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia wp_pattern_category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia wp_pattern_category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "I termini assegnati all'articolo nella tassonomia wp_pattern_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "I termini assegnati all'articolo nella tassonomia wp_pattern_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "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": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "I termini assegnati all'articolo nella tassonomia wp_pattern_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limita all'ID articolo specificato.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limita all'area della parte di template specificato.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Post type da cui prendere i template.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Stato del template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Lo slug del template per cui ottenere l'alternativa predefinita",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Indica se un template \u00e8 personalizzato o \u00e8 parte della gerarchia di template",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "Il prefisso del template creato. Si usa per estrarre il tipo di template principale, ad esempio da `tassonomia-libri` si estrae la `tassonomia`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Si intende quella parte o sezione del template destinata ad un uso specifico (header, footer, ecc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limita all'ID articolo specificato.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limita all'area della parte di template specificato.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Post type da cui prendere i template.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Stato del template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Si intende quella parte o sezione del template destinata ad un uso specifico (header, footer, ecc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Lo slug del template per cui ottenere l'alternativa predefinita",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Indica se un template \u00e8 personalizzato o \u00e8 parte della gerarchia di template",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "Il prefisso del template creato. Si usa per estrarre il tipo di template principale, ad esempio da `tassonomia-libri` si estrae la `tassonomia`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Si intende quella parte o sezione del template destinata ad un uso specifico (header, footer, ecc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "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": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "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": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita la serie di risultati agli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Garantisce che la serie di risultati escluda gli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/adp-popup\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "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": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas_layout\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "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": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "Un identificativo alfanumerico per il tipo di contenuto (post type).",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Un identificativo alfanumerico per lo stato.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "Limita i risultati alle tassonomie associate ad uno specifico tipo di contenuto (post type).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "Un identificativo alfanumerico per la tassonomia.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del termine genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del termine genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Le posizioni assegnate al menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Se aggiungere automaticamente le pagine di primo livello a questo menu.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Le posizioni assegnate al menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Se aggiungere automaticamente le pagine di primo livello a questo menu.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wp_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/wp\/v2\/wp_pattern_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/wp_pattern_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Ordina la raccolta per l'attributo dell'utente.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli utenti con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "Limita la serie di risultati agli utenti che corrispondono ad almeno uno dei ruoli indicati. Pu\u00f2 accettare un elenco csv o un singolo ruolo.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "Limite di risultati impostato per gli utenti che corrispondono ad almeno una capacit\u00e0 specifica fornita. Accetta elenco CSV o capacit\u00e0 singola.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "Limita il risultato impostato agli utenti che sono considerati autori.",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "Limita il risultato impostato agli utenti che hanno pubblicato degli articoli.",
                            "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",
                                    "adp-popup": "adp-popup",
                                    "canvas_layout": "canvas_layout"
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "username": {
                            "description": "Il nome per l'accesso dell'utente.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "Visualizza il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Il cognome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "L'indirizzo email per l'utente.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "L'URL dell'utente.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "La lingua per l'utente.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "de_DE",
                                "en_GB",
                                "fr_FR",
                                "it_IT"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Il nickname per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Ruoli assegnati all'utente.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password per l'utente (mai inclusa).",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Le preferenze di data e ora sono state aggiornate.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "Identificatore univoco per l'utente.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per l'utente.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "Il nome per l'accesso dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Visualizza il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Il cognome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "L'indirizzo email per l'utente.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "L'URL dell'utente.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "La lingua per l'utente.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "de_DE",
                                "en_GB",
                                "fr_FR",
                                "it_IT"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Il nickname per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Ruoli assegnati all'utente.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password per l'utente (mai inclusa).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Le preferenze di data e ora sono state aggiornate.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per l'utente.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c8 necessario che sia impostato su vero, se la risorsa non supporta l'eliminazione.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Assegna gli articoli e i link dell'utente eliminato all'utente con questo ID.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "Il nome per l'accesso dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Visualizza il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Il cognome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "L'indirizzo email per l'utente.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "L'URL dell'utente.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "La lingua per l'utente.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "de_DE",
                                "en_GB",
                                "fr_FR",
                                "it_IT"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Il nickname per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Ruoli assegnati all'utente.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password per l'utente (mai inclusa).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Le preferenze di data e ora sono state aggiornate.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c8 necessario che sia impostato su vero, se la risorsa non supporta l'eliminazione.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Assegna gli articoli e i link dell'utente eliminato all'utente con questo ID.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Un UUID fornito dall'applicazione per una identificazione univoca. Si raccomanda di usare un UUID v5 con l'URL o il namespace DNS.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "Il nome della password dell'applicazione.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Un UUID fornito dall'applicazione per una identificazione univoca. Si raccomanda di usare un UUID v5 con l'URL o il namespace DNS.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "Il nome della password dell'applicazione.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta ai commenti pubblicati dopo una specifica data conforme al formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita l'insieme dei risultati ai commenti assegnati a specifici id utenti. Richiede una autorizzazione.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Esclude dall'insieme dei risultati i commenti provenienti da specifici id di autori. Richiede una autorizzazione.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "Limita l'insieme dei risultati a quelli provenienti da uno specifico indirizzo email di un autore. Richiede una autorizzazione.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta ai commenti pubblicati prima di una specifica data conforme al formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base a un attributo del commento.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "Limita l'insieme dei risultati alle risorse appartenenti a specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "Esclude dall'insieme dei risultati gli elementi con l'ID genitore specificato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "Limita l'insieme dei risultati ai commenti assegnati a specifici ID di articoli.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "Limita l'insieme dei risultati ai commenti con uno specifico stato assegnato. Richiede una autorizzazione.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "Limita l'insieme dei risultati a commenti assegnati ad un tipo specifico. Richiede autorizzazione.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "L'id dell'oggetto user, se l'autore \u00e8 stato un utente.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Indirizzo email dell'autore del commento.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "Indirizzo IP dell'autore del commento.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Nome pubblico visualizzato per l'autore del commento.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "L\u2019URL dell\u2019autore del commento.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "User agent dell'autore del commento.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto del commento.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto del commento, come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML del commento, adattato alla visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "La data in cui il commento \u00e8 stato pubblicato, nel fuso orario del sito web.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione del commento, nel fuso orario GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "L'ID del genitore del commento.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "L'id dell'oggetto articolo associato.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del commento.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "ID univoco per il commento.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l'articolo genitore del commento (se l'articolo \u00e8 protetto con password).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per il commento.",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "L'id dell'oggetto user, se l'autore \u00e8 stato un utente.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Indirizzo email dell'autore del commento.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "Indirizzo IP dell'autore del commento.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Nome pubblico visualizzato per l'autore del commento.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "L\u2019URL dell\u2019autore del commento.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "User agent dell'autore del commento.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto del commento.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto del commento, come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML del commento, adattato alla visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "La data in cui il commento \u00e8 stato pubblicato, nel fuso orario del sito web.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione del commento, nel fuso orario GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore del commento.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "L'id dell'oggetto articolo associato.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del commento.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per il commento.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l'articolo genitore del commento (se l'articolo \u00e8 protetto con password).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "Limita i risultati agli elementi di un tipo di oggetto.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "Limita i risultati agli elementi di uno o pi\u00f9 sottotipi di oggetti.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "category",
                                    "post_tag",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributi del blocco.",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Namespace del blocco.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Namespace del blocco.",
                            "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": "Nome del blocco.",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "Namespace del blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "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": "L'identificatore del tema",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "L'identificatore del tema",
                            "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": "L'ID di un template",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "styles": {
                            "description": "Stili globali.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "Impostazioni globali.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Titolo della variante degli stili globali.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Titolo per la variante degli stili globali, se presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "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": "Titolo del sito.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Motto del sito.",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "description": "URL del sito.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "description": "Questo indirizzo \u00e8 utilizzato per scopi amministrativi, come ad esempio la notifica dell'iscrizione di nuovi utenti.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "description": "Una citt\u00e0 nel tuo stesso fuso orario.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "description": "Un formato per tutte le stringhe che rappresentano una data.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "description": "Un formato per tutte le stringhe che rappresentano un orario.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "description": "Il numero del giorno della settimana in cui la settimana dovrebbe cominciare.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "description": "Codice locale di WordPress.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "description": "Visualizza gli emoticon tipo :-) e :-P come simboli grafici.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "description": "Categoria predefinita per gli articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "description": "Formato dell'articolo predefinito.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "description": "Pagine del blog da mostrare al massimo.",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "description": "Cosa mostrare nella pagina principale",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "description": "L'ID della pagina che dovrebbe essere mostrata nella home page",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "description": "L'ID della pagina che dovrebbe visualizzare gli articoli pi\u00f9 recenti",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "description": "Consenti notifiche di link da altri blog (pingback e trackback) sui nuovi articoli.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "description": "Permetti di commentare i nuovi articoli.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "description": "Logo del sito.",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "description": "Icona del sito.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Limita il risultato impostato sui temi assegnati ad uno o pi\u00f9 stati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "Il foglio di stile del tema. Questo identifica in modo univoco il tema.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Limita i risultati ai plugin con il seguente stato.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Slug del plugin nella directory di WordPress.org.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "Lo stato di attivazione del plugin.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "Lo stato di attivazione del plugin.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "L'id di una barra laterale registrata",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "Widget annidati.",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "L'ID del tipo di widget.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "L'ID del tipo di widget.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Impostazioni dell'istanza attuale del widget.",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "Dati serializzati del modulo del widget da codificare nelle impostazioni dell'istanza.",
                            "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": "L'ID del tipo di widget.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Impostazioni dell'istanza attuale del widget.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "La barra laterale per cui restituire i widget.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificatore univoco del widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Il tipo del widget. Corrisponde all'ID nell'endpoint widget-types.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "La barra laterale a cui appartiene il widget.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Istanza delle impostazioni del widget, se supportato.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Rappresentazione codificata in base64 dell'istanza delle impostazioni.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Hash crittografato dell'istanza delle impostazioni.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Istanza decodificata delle impostazioni, se supportato.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL-codificato del modulo dei dati dal modulo amministrativo dei widget. Utilizzato per aggiornare un widget che non supporta le istanze. Sola scrittura.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificatore univoco del widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Il tipo del widget. Corrisponde all'ID nell'endpoint widget-types.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "La barra laterale a cui appartiene il widget.",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "Istanza delle impostazioni del widget, se supportato.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Rappresentazione codificata in base64 dell'istanza delle impostazioni.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Hash crittografato dell'istanza delle impostazioni.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Istanza decodificata delle impostazioni, se supportato.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL-codificato del modulo dei dati dal modulo amministrativo dei widget. Utilizzato per aggiornare un widget che non supporta le istanze. Sola scrittura.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "Se forzare la rimozione del widget o spostarlo nella barra laterale inattiva.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "Limita i risultati ai blocchi che corrispondono ai termini di ricerca.",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "Limita i risultati a quelli corrispondenti all'ID della categoria.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "Limita i risultati a quelli corrispondenti all'ID della parola chiave.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati a quelli che corrispondono a un pattern (slug).",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/wp-json\/wp-block-editor\/v1"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/url-details": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "URL da elaborare.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/vr-room.ch\/it\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "Un identificatore alfanumerico per la posizione del menu.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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:\/\/vr-room.ch\/it\/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:\/\/vr-room.ch\/it\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/legacy-widget)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/footnotes block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "borderColor": {
                                    "type": "string"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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",
                                    "items": {
                                        "type": "object"
                                    },
                                    "default": []
                                },
                                "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                },
                                "lightbox": {
                                    "type": "object",
                                    "enabled": {
                                        "type": "boolean"
                                    }
                                },
                                "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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",
                                        ""
                                    ]
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "textColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "layout": {
                                    "type": "object"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>core\/query)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/query block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "queryId": {
                                    "type": "number"
                                },
                                "query": {
                                    "type": "object",
                                    "default": {
                                        "perPage": null,
                                        "pages": 0,
                                        "offset": 0,
                                        "postType": "post",
                                        "order": "desc",
                                        "orderBy": "date",
                                        "author": "",
                                        "search": "",
                                        "exclude": [],
                                        "sticky": "",
                                        "inherit": true,
                                        "taxQuery": null,
                                        "parents": []
                                    }
                                },
                                "tagName": {
                                    "type": "string",
                                    "default": "div"
                                },
                                "namespace": {
                                    "type": "string"
                                },
                                "enhancedPagination": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "align": {
                                    "type": "string",
                                    "enum": [
                                        "left",
                                        "center",
                                        "right",
                                        "wide",
                                        "full",
                                        ""
                                    ]
                                },
                                "className": {
                                    "type": "string"
                                },
                                "layout": {
                                    "type": "object"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for core\/query-pagination-numbers block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "midSize": {
                                    "type": "number",
                                    "default": 2
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "style": {
                                    "type": "object"
                                },
                                "backgroundColor": {
                                    "type": "string"
                                },
                                "gradient": {
                                    "type": "string"
                                },
                                "className": {
                                    "type": "string"
                                },
                                "fontSize": {
                                    "type": "string"
                                },
                                "fontFamily": {
                                    "type": "string"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>yoast\/faq-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for yoast\/faq-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "default": "",
                                    "type": "string"
                                },
                                "questions": {
                                    "type": "array"
                                },
                                "additionalListCssClasses": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>yoast\/how-to-block)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for yoast\/how-to-block block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "hasDuration": {
                                    "type": "boolean"
                                },
                                "days": {
                                    "type": "string"
                                },
                                "hours": {
                                    "type": "string"
                                },
                                "minutes": {
                                    "type": "string"
                                },
                                "description": {
                                    "type": "array",
                                    "source": "children",
                                    "selector": ".schema-how-to-description"
                                },
                                "jsonDescription": {
                                    "type": "string"
                                },
                                "steps": {
                                    "type": "array"
                                },
                                "additionalListCssClasses": {
                                    "type": "string"
                                },
                                "unorderedList": {
                                    "type": "boolean"
                                },
                                "durationText": {
                                    "type": "string"
                                },
                                "defaultDurationText": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                },
                                "className": {
                                    "type": "string"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>yoast-seo\/breadcrumbs)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for yoast-seo\/breadcrumbs block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "className": {
                                    "default": "",
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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_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_contrlos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "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.25rem"
                                },
                                "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": "0.875rem"
                                },
                                "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_typographyNumber": {
                                    "type": "string",
                                    "default": "2.5rem"
                                },
                                "layout_standard-type-1_typographyNumber_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyNumber_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyNumber_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_typographyNumber_dark_mobile": {
                                    "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_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_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_colorBasicCategoryUnderline_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": false
                                },
                                "layout_standard-type-1_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_69d23e1514611": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_69d23e151461b": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-1_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_standard-type-1_69d23e1514627": {
                                    "type": "string"
                                },
                                "layout_standard-type-1_showViewPostLink": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-1_viewPostLabel": {
                                    "type": "string",
                                    "default": ""
                                },
                                "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_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_video_contrlos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "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.25rem"
                                },
                                "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": "0.875rem"
                                },
                                "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_colorBasicHeadingBG": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicHeadingBG_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicHeadingBGHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicHeadingBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicHeadingHover_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_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_colorBasicCategoriesHover_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": false
                                },
                                "layout_standard-type-2_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_69d23e15148af": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_69d23e15148b5": {
                                    "type": "string"
                                },
                                "layout_standard-type-2_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-2_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "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_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_video_contrlos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "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.25rem"
                                },
                                "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": "0.875rem"
                                },
                                "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_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_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_colorBasicNumber": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicNumber_dark": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicNumberBorder": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicNumberBorder_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_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_colorBasicCategoryUnderline_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": false
                                },
                                "layout_standard-type-3_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_69d23e1514b03": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_69d23e1514b08": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-3_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_standard-type-3_69d23e1514b11": {
                                    "type": "string"
                                },
                                "layout_standard-type-3_showViewPostLink": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_standard-type-3_viewPostLabel": {
                                    "type": "string",
                                    "default": ""
                                },
                                "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_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.25rem"
                                },
                                "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": "0.875rem"
                                },
                                "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_typographyNumber": {
                                    "type": "string",
                                    "default": "2.5rem"
                                },
                                "layout_standard-type-4_typographyNumber_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyNumber_mobile": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyNumber_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_typographyNumber_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_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_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_colorBasicCategoryUnderline_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": false
                                },
                                "layout_standard-type-4_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_69d23e1514d4a": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_69d23e1514d4f": {
                                    "type": "string"
                                },
                                "layout_standard-type-4_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_standard-type-4_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "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_image_width": {
                                    "type": "string",
                                    "default": "half"
                                },
                                "layout_horizontal-type-1_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_post_format": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-1_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_video_contrlos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_horizontal-type-1_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_horizontal-type-1_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_typographyHeading": {
                                    "type": "string",
                                    "default": "1.25rem"
                                },
                                "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": "0.875rem"
                                },
                                "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_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_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_colorBasicSeparator": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicSeparator_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_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_colorBasicCategoryUnderline_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": false
                                },
                                "layout_horizontal-type-1_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_69d23e1514f9c": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_69d23e1514fa0": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-1_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-1_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "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_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_imageOrientation": {
                                    "type": "string",
                                    "default": "square"
                                },
                                "layout_horizontal-type-2_imageSize": {
                                    "type": "string",
                                    "default": "csco-smaller"
                                },
                                "layout_horizontal-type-2_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_typographyHeading": {
                                    "type": "string",
                                    "default": "1.25rem"
                                },
                                "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": "0.875rem"
                                },
                                "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_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_colorBasicSeparator": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicSeparator_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_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-2_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-2_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-2_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_69d23e15151dc": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_69d23e15151e1": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-2_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-2_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "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_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_imageOrientation": {
                                    "type": "string",
                                    "default": "square"
                                },
                                "layout_horizontal-type-3_imageSize": {
                                    "type": "string",
                                    "default": "csco-smaller"
                                },
                                "layout_horizontal-type-3_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_typographyHeading": {
                                    "type": "string",
                                    "default": "1.25rem"
                                },
                                "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": "0.875rem"
                                },
                                "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_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_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_colorBasicSeparator": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicSeparator_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_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-3_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-3_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-3_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_69d23e15153cb": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_69d23e15153ce": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-3_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-3_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "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_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_horizontal-type-4_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_horizontal-type-4_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_typographyHeading": {
                                    "type": "string",
                                    "default": "1.25rem"
                                },
                                "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": "0.875rem"
                                },
                                "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_colorBasicHeadingBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicHeadingBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicHeadingBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicHeadingBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicHeadingHover_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_colorBasicSeparator": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicSeparator_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-4_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-4_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-4_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_69d23e1515578": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_69d23e151557c": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-4_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-4_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "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_imageOrientation": {
                                    "type": "string",
                                    "default": "square"
                                },
                                "layout_horizontal-type-5_imageSize": {
                                    "type": "string",
                                    "default": "csco-smaller"
                                },
                                "layout_horizontal-type-5_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyHeading": {
                                    "type": "string",
                                    "default": "1.25rem"
                                },
                                "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": "0.875rem"
                                },
                                "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_typographyNumber": {
                                    "type": "string",
                                    "default": "2.5rem"
                                },
                                "layout_horizontal-type-5_typographyNumber_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyNumber_mobile": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyNumber_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_typographyNumber_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_colorBasicSeparator": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicSeparator_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_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-5_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-5_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_horizontal-type-5_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_69d23e151572a": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_69d23e151572d": {
                                    "type": "string"
                                },
                                "layout_horizontal-type-5_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_horizontal-type-5_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "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_contrlos": {
                                    "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.25rem"
                                },
                                "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": "0.875rem"
                                },
                                "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_colorBasicHeadingBG": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicHeadingBG_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicHeadingBGHover": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicHeadingBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_colorBasicCategoriesHover_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_69d23e15158d6": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_69d23e15158d9": {
                                    "type": "string"
                                },
                                "layout_tile-type-1_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-1_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_tile-type-2_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_tile-type-2_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_tile-type-2_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tile-type-2_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tile-type-2_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tile-type-2_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tile-type-2_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_tile-type-2_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_tile-type-2_gap_posts": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_tile-type-2_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_tile-type-2_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_tile-type-2_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-2_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-2_video_contrlos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-2_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_tile-type-2_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_typographyHeading": {
                                    "type": "string",
                                    "default": "1.25rem"
                                },
                                "layout_tile-type-2_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_tile-type-2_typographyExcerpt": {
                                    "type": "string",
                                    "default": "0.875rem"
                                },
                                "layout_tile-type-2_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_typographyNumber": {
                                    "type": "string",
                                    "default": "2.5rem"
                                },
                                "layout_tile-type-2_typographyNumber_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_typographyNumber_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_typographyNumber_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_typographyNumber_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicNumber": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicNumber_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicNumberBorder": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicNumberBorder_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_tile-type-2_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_tile-type-2_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_tile-type-2_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-2_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-2_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-2_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-2_69d23e1515a78": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-2_69d23e1515a7c": {
                                    "type": "string"
                                },
                                "layout_tile-type-2_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-2_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_tile-type-3_paginationType": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_tile-type-3_paginationTypeAlt": {
                                    "type": "string",
                                    "default": "none"
                                },
                                "layout_tile-type-3_areaPostsCount": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tile-type-3_columns": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tile-type-3_columns_tablet": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tile-type-3_columns_mobile": {
                                    "type": "number",
                                    "default": 1
                                },
                                "layout_tile-type-3_columns_dark_tablet": {
                                    "type": "number"
                                },
                                "layout_tile-type-3_columns_dark_mobile": {
                                    "type": "number"
                                },
                                "layout_tile-type-3_gap_posts": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_tile-type-3_gap_posts_tablet": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_tile-type-3_gap_posts_mobile": {
                                    "type": "string",
                                    "default": "0px"
                                },
                                "layout_tile-type-3_gap_posts_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_gap_posts_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_bordersBetweenPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-3_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-3_video_contrlos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-3_imageOrientation": {
                                    "type": "string",
                                    "default": "landscape"
                                },
                                "layout_tile-type-3_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_tile-type-3_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_typographyHeading": {
                                    "type": "string",
                                    "default": "1.25rem"
                                },
                                "layout_tile-type-3_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_tile-type-3_typographyExcerpt": {
                                    "type": "string",
                                    "default": "0.875rem"
                                },
                                "layout_tile-type-3_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_typographyNumber": {
                                    "type": "string",
                                    "default": "2.5rem"
                                },
                                "layout_tile-type-3_typographyNumber_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_typographyNumber_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_typographyNumber_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_typographyNumber_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicExcerpt": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicExcerpt_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicMeta": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicMeta_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicMetaLinks": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicMetaLinks_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicMetaLinksHover": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicMetaLinksHover_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicNumber": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicNumber_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicNumberBorder": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicNumberBorder_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicCategory": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicCategory_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicCategoryHover": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicCategoryHover_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicCategoryUnderline": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_colorBasicCategoryUnderline_dark": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_tile-type-3_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_tile-type-3_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_tile-type-3_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-3_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-3_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-3_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-3_69d23e1515c29": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-3_69d23e1515c2c": {
                                    "type": "string"
                                },
                                "layout_tile-type-3_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_tile-type-3_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_large-type-1_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-1_headingMaxWidth": {
                                    "type": "string"
                                },
                                "layout_large-type-1_headingMaxWidth_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-1_headingMaxWidth_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-1_headingMaxWidth_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-1_headingMaxWidth_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-1_large_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_large-type-1_small_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_large-type-1_small_imageSize": {
                                    "type": "string",
                                    "default": "csco-thumbnail"
                                },
                                "layout_large-type-1_small_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_large-type-1_typographyHeading": {
                                    "type": "string",
                                    "default": "3rem"
                                },
                                "layout_large-type-1_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-1_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-1_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-1_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-1_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_large-type-1_typographyExcerpt": {
                                    "type": "string",
                                    "default": "0.875rem"
                                },
                                "layout_large-type-1_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-1_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-1_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-1_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-1_small_typographyHeading": {
                                    "type": "string",
                                    "default": "1.25rem"
                                },
                                "layout_large-type-1_small_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-1_small_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-1_small_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-1_small_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-1_small_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_large-type-1_colorBasicHeadingBG": {
                                    "type": "string"
                                },
                                "layout_large-type-1_colorBasicHeadingBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-1_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_large-type-1_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-1_colorBasicHeadingBGHover": {
                                    "type": "string"
                                },
                                "layout_large-type-1_colorBasicHeadingBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-1_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_large-type-1_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-1_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_large-type-1_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-1_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_large-type-1_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-1_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_large-type-1_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-1_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_large-type-1_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-1_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-1_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-1_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-1_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-1_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-1_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-1_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-1_69d23e1515dc9": {
                                    "type": "string"
                                },
                                "layout_large-type-1_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-1_69d23e1515dcc": {
                                    "type": "string"
                                },
                                "layout_large-type-1_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-1_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_large-type-1_small_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-1_small_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-1_small_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-1_small_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-1_small_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-1_small_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-1_small_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-1_69d23e1515f0c": {
                                    "type": "string"
                                },
                                "layout_large-type-1_small_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-2_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-2_headingMaxWidth": {
                                    "type": "string"
                                },
                                "layout_large-type-2_headingMaxWidth_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-2_headingMaxWidth_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-2_headingMaxWidth_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-2_headingMaxWidth_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-2_large_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_large-type-2_small_imageOrientation": {
                                    "type": "string",
                                    "default": "original"
                                },
                                "layout_large-type-2_small_imageSize": {
                                    "type": "string",
                                    "default": "csco-thumbnail"
                                },
                                "layout_large-type-2_small_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_large-type-2_typographyHeading": {
                                    "type": "string",
                                    "default": "3rem"
                                },
                                "layout_large-type-2_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-2_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-2_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-2_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-2_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_large-type-2_typographyExcerpt": {
                                    "type": "string",
                                    "default": "0.875rem"
                                },
                                "layout_large-type-2_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-2_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-2_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-2_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-2_small_typographyHeading": {
                                    "type": "string",
                                    "default": "1.25rem"
                                },
                                "layout_large-type-2_small_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-2_small_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-2_small_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-2_small_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-2_small_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_large-type-2_colorBasicHeadingBG": {
                                    "type": "string"
                                },
                                "layout_large-type-2_colorBasicHeadingBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-2_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_large-type-2_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-2_colorBasicHeadingBGHover": {
                                    "type": "string"
                                },
                                "layout_large-type-2_colorBasicHeadingBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-2_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_large-type-2_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-2_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_large-type-2_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-2_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_large-type-2_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-2_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_large-type-2_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-2_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_large-type-2_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-2_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-2_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-2_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-2_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-2_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-2_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-2_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-2_69d23e15160ab": {
                                    "type": "string"
                                },
                                "layout_large-type-2_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-2_69d23e15160af": {
                                    "type": "string"
                                },
                                "layout_large-type-2_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-2_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_large-type-2_small_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-2_small_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-2_small_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-2_small_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-2_small_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-2_small_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-2_small_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-2_69d23e15161e7": {
                                    "type": "string"
                                },
                                "layout_large-type-2_small_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-3_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-3_video_contrlos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-3_headingMaxWidth": {
                                    "type": "string"
                                },
                                "layout_large-type-3_headingMaxWidth_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-3_headingMaxWidth_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-3_headingMaxWidth_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-3_headingMaxWidth_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-3_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_large-type-3_typographyHeading": {
                                    "type": "string",
                                    "default": "3rem"
                                },
                                "layout_large-type-3_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-3_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-3_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-3_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-3_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_large-type-3_typographyExcerpt": {
                                    "type": "string",
                                    "default": "0.875rem"
                                },
                                "layout_large-type-3_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-3_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-3_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-3_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-3_colorBasicHeadingBG": {
                                    "type": "string"
                                },
                                "layout_large-type-3_colorBasicHeadingBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-3_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_large-type-3_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-3_colorBasicHeadingBGHover": {
                                    "type": "string"
                                },
                                "layout_large-type-3_colorBasicHeadingBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-3_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_large-type-3_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-3_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_large-type-3_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-3_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_large-type-3_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-3_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_large-type-3_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-3_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_large-type-3_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-3_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-3_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-3_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-3_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-3_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-3_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-3_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-3_69d23e1516366": {
                                    "type": "string"
                                },
                                "layout_large-type-3_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-3_69d23e151636a": {
                                    "type": "string"
                                },
                                "layout_large-type-3_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-3_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_large-type-4_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-4_video_contrlos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-4_height": {
                                    "type": "string",
                                    "default": "initial"
                                },
                                "layout_large-type-4_height_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-4_height_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-4_height_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-4_height_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-4_headingMaxWidth": {
                                    "type": "string"
                                },
                                "layout_large-type-4_headingMaxWidth_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-4_headingMaxWidth_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-4_headingMaxWidth_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-4_headingMaxWidth_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-4_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_large-type-4_typographyHeading": {
                                    "type": "string",
                                    "default": "3rem"
                                },
                                "layout_large-type-4_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-4_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-4_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-4_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-4_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_large-type-4_typographyExcerpt": {
                                    "type": "string",
                                    "default": "0.875rem"
                                },
                                "layout_large-type-4_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-4_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-4_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-4_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-4_colorBasicHeadingBG": {
                                    "type": "string"
                                },
                                "layout_large-type-4_colorBasicHeadingBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-4_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_large-type-4_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-4_colorBasicHeadingBGHover": {
                                    "type": "string"
                                },
                                "layout_large-type-4_colorBasicHeadingBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-4_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_large-type-4_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-4_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_large-type-4_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-4_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_large-type-4_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-4_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_large-type-4_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-4_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_large-type-4_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-4_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-4_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-4_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-4_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-4_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-4_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-4_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-4_69d23e15164e9": {
                                    "type": "string"
                                },
                                "layout_large-type-4_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-4_69d23e15164ed": {
                                    "type": "string"
                                },
                                "layout_large-type-4_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-4_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_large-type-5_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-5_video_contrlos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-5_height": {
                                    "type": "string",
                                    "default": "initial"
                                },
                                "layout_large-type-5_height_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-5_height_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-5_height_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-5_height_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-5_padding": {
                                    "type": "string",
                                    "default": "2px"
                                },
                                "layout_large-type-5_padding_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-5_padding_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-5_padding_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-5_padding_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-5_headingMaxWidth": {
                                    "type": "string"
                                },
                                "layout_large-type-5_headingMaxWidth_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-5_headingMaxWidth_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-5_headingMaxWidth_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-5_headingMaxWidth_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-5_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_large-type-5_typographyHeading": {
                                    "type": "string",
                                    "default": "2rem"
                                },
                                "layout_large-type-5_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-5_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-5_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-5_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-5_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_large-type-5_typographyExcerpt": {
                                    "type": "string",
                                    "default": "0.875rem"
                                },
                                "layout_large-type-5_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-5_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-5_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-5_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-5_colorBasicHeadingBG": {
                                    "type": "string"
                                },
                                "layout_large-type-5_colorBasicHeadingBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-5_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_large-type-5_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-5_colorBasicHeadingBGHover": {
                                    "type": "string"
                                },
                                "layout_large-type-5_colorBasicHeadingBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-5_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_large-type-5_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-5_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_large-type-5_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-5_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_large-type-5_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-5_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_large-type-5_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-5_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_large-type-5_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-5_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-5_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-5_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-5_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-5_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-5_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-5_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-5_69d23e1516670": {
                                    "type": "string"
                                },
                                "layout_large-type-5_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-5_69d23e1516673": {
                                    "type": "string"
                                },
                                "layout_large-type-5_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-5_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_large-type-6_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-6_video_contrlos": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-6_height": {
                                    "type": "string",
                                    "default": "initial"
                                },
                                "layout_large-type-6_height_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-6_height_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-6_height_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-6_height_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-6_padding": {
                                    "type": "string",
                                    "default": "2px"
                                },
                                "layout_large-type-6_padding_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-6_padding_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-6_padding_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-6_padding_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-6_headingMaxWidth": {
                                    "type": "string"
                                },
                                "layout_large-type-6_headingMaxWidth_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-6_headingMaxWidth_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-6_headingMaxWidth_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-6_headingMaxWidth_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-6_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_large-type-6_typographyHeading": {
                                    "type": "string",
                                    "default": "2rem"
                                },
                                "layout_large-type-6_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-6_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-6_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-6_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-6_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_large-type-6_typographyExcerpt": {
                                    "type": "string",
                                    "default": "0.875rem"
                                },
                                "layout_large-type-6_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-6_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-6_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-6_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-6_colorBasicHeadingBG": {
                                    "type": "string"
                                },
                                "layout_large-type-6_colorBasicHeadingBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-6_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_large-type-6_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-6_colorBasicHeadingBGHover": {
                                    "type": "string"
                                },
                                "layout_large-type-6_colorBasicHeadingBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-6_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_large-type-6_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-6_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_large-type-6_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-6_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_large-type-6_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-6_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_large-type-6_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-6_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_large-type-6_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-6_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-6_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-6_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-6_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-6_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-6_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-6_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-6_69d23e15167f6": {
                                    "type": "string"
                                },
                                "layout_large-type-6_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-6_69d23e15167fa": {
                                    "type": "string"
                                },
                                "layout_large-type-6_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-6_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_large-type-7_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-7_headingMaxWidth": {
                                    "type": "string"
                                },
                                "layout_large-type-7_headingMaxWidth_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-7_headingMaxWidth_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-7_headingMaxWidth_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-7_headingMaxWidth_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-7_large_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_large-type-7_small_imageOrientation": {
                                    "type": "string",
                                    "default": "square"
                                },
                                "layout_large-type-7_small_imageSize": {
                                    "type": "string",
                                    "default": "csco-smaller"
                                },
                                "layout_large-type-7_small_imageBorderRadius": {
                                    "type": "string"
                                },
                                "layout_large-type-7_typographyHeading": {
                                    "type": "string",
                                    "default": "3rem"
                                },
                                "layout_large-type-7_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-7_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-7_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-7_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-7_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_large-type-7_typographyExcerpt": {
                                    "type": "string",
                                    "default": "0.875rem"
                                },
                                "layout_large-type-7_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-7_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-7_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-7_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-7_small_typographyHeading": {
                                    "type": "string",
                                    "default": "1.25rem"
                                },
                                "layout_large-type-7_small_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-7_small_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-7_small_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-7_small_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-7_small_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_large-type-7_colorBasicHeadingBG": {
                                    "type": "string"
                                },
                                "layout_large-type-7_colorBasicHeadingBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-7_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_large-type-7_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-7_colorBasicHeadingBGHover": {
                                    "type": "string"
                                },
                                "layout_large-type-7_colorBasicHeadingBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-7_colorBasicHeadingHover": {
                                    "type": "string"
                                },
                                "layout_large-type-7_colorBasicHeadingHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-7_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_large-type-7_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-7_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_large-type-7_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-7_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_large-type-7_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-7_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_large-type-7_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-7_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-7_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-7_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-7_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-7_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-7_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-7_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-7_69d23e1516995": {
                                    "type": "string"
                                },
                                "layout_large-type-7_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-7_69d23e1516998": {
                                    "type": "string"
                                },
                                "layout_large-type-7_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-7_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_large-type-7_small_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-7_small_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-7_small_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-7_small_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-7_small_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-7_small_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-7_small_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-7_69d23e1516adb": {
                                    "type": "string"
                                },
                                "layout_large-type-7_small_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-8_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-8_height": {
                                    "type": "string",
                                    "default": "initial"
                                },
                                "layout_large-type-8_height_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-8_height_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-8_height_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-8_height_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-8_headingMaxWidth": {
                                    "type": "string"
                                },
                                "layout_large-type-8_headingMaxWidth_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-8_headingMaxWidth_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-8_headingMaxWidth_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-8_headingMaxWidth_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-8_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_large-type-8_typographyHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_large-type-8_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-8_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-8_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-8_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-8_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_large-type-8_typographyExcerpt": {
                                    "type": "string",
                                    "default": "0.875rem"
                                },
                                "layout_large-type-8_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-8_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-8_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-8_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-8_colorBasicHeadingBG": {
                                    "type": "string"
                                },
                                "layout_large-type-8_colorBasicHeadingBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-8_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_large-type-8_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-8_colorBasicHeadingBGActive": {
                                    "type": "string"
                                },
                                "layout_large-type-8_colorBasicHeadingBGActive_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-8_colorBasicHeadingActive": {
                                    "type": "string"
                                },
                                "layout_large-type-8_colorBasicHeadingActive_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-8_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_large-type-8_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-8_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_large-type-8_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-8_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_large-type-8_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-8_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_large-type-8_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-8_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-8_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-8_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-8_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-8_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-8_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-8_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-8_69d23e1516c58": {
                                    "type": "string"
                                },
                                "layout_large-type-8_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-8_69d23e1516c5c": {
                                    "type": "string"
                                },
                                "layout_large-type-8_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-8_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_large-type-9_video": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-9_height": {
                                    "type": "string",
                                    "default": "initial"
                                },
                                "layout_large-type-9_height_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-9_height_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-9_height_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-9_height_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-9_headingMaxWidth": {
                                    "type": "string"
                                },
                                "layout_large-type-9_headingMaxWidth_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-9_headingMaxWidth_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-9_headingMaxWidth_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-9_headingMaxWidth_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-9_imageSize": {
                                    "type": "string",
                                    "default": "medium_large"
                                },
                                "layout_large-type-9_typographyHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_large-type-9_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-9_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-9_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-9_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-9_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_large-type-9_typographyExcerpt": {
                                    "type": "string",
                                    "default": "0.875rem"
                                },
                                "layout_large-type-9_typographyExcerpt_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-9_typographyExcerpt_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-9_typographyExcerpt_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_large-type-9_typographyExcerpt_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_large-type-9_colorBasicHeadingBG": {
                                    "type": "string"
                                },
                                "layout_large-type-9_colorBasicHeadingBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-9_colorBasicHeading": {
                                    "type": "string"
                                },
                                "layout_large-type-9_colorBasicHeading_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-9_colorBasicHeadingBGActive": {
                                    "type": "string"
                                },
                                "layout_large-type-9_colorBasicHeadingBGActive_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-9_colorBasicHeadingActive": {
                                    "type": "string"
                                },
                                "layout_large-type-9_colorBasicHeadingActive_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-9_colorBasicCategoriesBG": {
                                    "type": "string"
                                },
                                "layout_large-type-9_colorBasicCategoriesBG_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-9_colorBasicCategories": {
                                    "type": "string"
                                },
                                "layout_large-type-9_colorBasicCategories_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-9_colorBasicCategoriesBGHover": {
                                    "type": "string"
                                },
                                "layout_large-type-9_colorBasicCategoriesBGHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-9_colorBasicCategoriesHover": {
                                    "type": "string"
                                },
                                "layout_large-type-9_colorBasicCategoriesHover_dark": {
                                    "type": "string"
                                },
                                "layout_large-type-9_showMetaCategory": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-9_showMetaAuthor": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-9_showMetaDate": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "layout_large-type-9_showMetaComments": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-9_showMetaViews": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-9_showMetaReadingTime": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-9_showMetaShares": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-9_69d23e1516dda": {
                                    "type": "string"
                                },
                                "layout_large-type-9_metaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-9_69d23e1516ddd": {
                                    "type": "string"
                                },
                                "layout_large-type-9_showExcerpt": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "layout_large-type-9_metaExcerptLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "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_69d23e15171b0": {
                                    "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_69d23e15172dc": {
                                    "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_69d23e1517409": {
                                    "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_69d23e1517566": {
                                    "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_69d23e1517694": {
                                    "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_69d23e15177c6": {
                                    "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_69d23e1517923": {
                                    "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_69d23e1517a57": {
                                    "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_69d23e1517b84": {
                                    "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_69d23e1517cdb": {
                                    "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_69d23e1517e0c": {
                                    "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_69d23e1517f3c": {
                                    "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_69d23e1518093": {
                                    "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_69d23e15181c3": {
                                    "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_69d23e15182eb": {
                                    "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_69d23e1518447": {
                                    "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_69d23e1518579": {
                                    "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_69d23e15186a1": {
                                    "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_69d23e15187fe": {
                                    "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_69d23e151892e": {
                                    "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_69d23e1518a58": {
                                    "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_69d23e1518bb3": {
                                    "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_69d23e1518cdd": {
                                    "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_69d23e1518e0d": {
                                    "type": "string"
                                },
                                "layout_reviews-8_reviewsSmallMetaCompact": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "lock": {
                                    "type": "object"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/author)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/author block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/author"
                                },
                                "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"
                                },
                                "author": {
                                    "type": "string",
                                    "default": "current"
                                },
                                "bgImage": {
                                    "type": "object",
                                    "default": {
                                        "url": "",
                                        "id": 0
                                    }
                                },
                                "showAvatar": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showDescription": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "overrideDescription": {
                                    "type": "string",
                                    "default": ""
                                },
                                "descriptionLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "showSocialAccounts": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showArchiveBtn": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/contributors)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/contributors block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/contributors"
                                },
                                "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"
                                },
                                "contributors": {
                                    "type": "array",
                                    "default": [],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "showAvatar": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showSocialAccounts": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showBio": {
                                    "type": "boolean",
                                    "default": true
                                },
                                "showRecentPosts": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "countRecentPosts": {
                                    "type": "number",
                                    "default": 3
                                },
                                "lock": {
                                    "type": "object"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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_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_orientation": {
                                    "type": "string",
                                    "default": "landscape"
                                },
                                "layout_tiles_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_tiles_typographyHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "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": "h2"
                                },
                                "layout_tiles-2_descriptionLength": {
                                    "type": "number",
                                    "default": 100
                                },
                                "layout_tiles-2_orientation": {
                                    "type": "string",
                                    "default": "landscape"
                                },
                                "layout_tiles-2_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_tiles-2_typographyHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_tiles-2_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_tiles-2_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_tiles-2_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tiles-2_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tiles-2_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "layout_tiles-3_orientation": {
                                    "type": "string",
                                    "default": "landscape"
                                },
                                "layout_tiles-3_imageSize": {
                                    "type": "string",
                                    "default": "large"
                                },
                                "layout_tiles-3_typographyHeading": {
                                    "type": "string",
                                    "default": "1.5rem"
                                },
                                "layout_tiles-3_typographyHeading_tablet": {
                                    "type": "string"
                                },
                                "layout_tiles-3_typographyHeading_mobile": {
                                    "type": "string"
                                },
                                "layout_tiles-3_typographyHeading_dark_tablet": {
                                    "type": "string"
                                },
                                "layout_tiles-3_typographyHeading_dark_mobile": {
                                    "type": "string"
                                },
                                "layout_tiles-3_typographyHeadingTag": {
                                    "type": "string",
                                    "default": "h2"
                                },
                                "lock": {
                                    "type": "object"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/opt-in-form)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/opt-in-form block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/opt-in-form"
                                },
                                "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"
                                },
                                "listId": {
                                    "type": "string",
                                    "default": ""
                                },
                                "showName": {
                                    "type": "boolean",
                                    "default": false
                                },
                                "colorLegend": {
                                    "type": "string"
                                },
                                "colorLegend_dark": {
                                    "type": "string"
                                },
                                "colorBasicButtonBG": {
                                    "type": "string"
                                },
                                "colorBasicButtonBG_dark": {
                                    "type": "string"
                                },
                                "colorBasicButton": {
                                    "type": "string"
                                },
                                "colorBasicButton_dark": {
                                    "type": "string"
                                },
                                "colorBasicButtonBGHover": {
                                    "type": "string"
                                },
                                "colorBasicButtonBGHover_dark": {
                                    "type": "string"
                                },
                                "colorBasicButtonHover": {
                                    "type": "string"
                                },
                                "colorBasicButtonHover_dark": {
                                    "type": "string"
                                },
                                "lock": {
                                    "type": "object"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/pinterest-board)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/pinterest-board block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/pinterest-board"
                                },
                                "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"
                                },
                                "href": {
                                    "type": "string",
                                    "default": ""
                                },
                                "lock": {
                                    "type": "object"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/canvas-renderer\/(?P<name>canvas\/twitter)": {
            "namespace": "wp\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for canvas\/twitter block",
                            "type": "object",
                            "additionalProperties": false,
                            "properties": {
                                "canvasBlockName": {
                                    "type": "string",
                                    "default": "canvas\/twitter"
                                },
                                "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
                                },
                                "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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"
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        }
    },
    "site_logo": 0,
    "site_icon": 20020,
    "site_icon_url": "https:\/\/vr-room.ch\/wp-content\/uploads\/2021\/12\/cropped-vrroom-brille.png",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/vr-room.ch\/it\/wp-json\/wp\/v2\/media\/20020"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}