{
    "name": "Alceo",
    "description": "My WordPress Blog",
    "url": "https:\/\/www.alceoimmobiliari.com",
    "home": "https:\/\/www.alceoimmobiliari.com\/es",
    "gmt_offset": "0",
    "timezone_string": "",
    "page_for_posts": 0,
    "page_on_front": 906,
    "show_on_front": "page",
    "namespaces": [
        "oembed\/1.0",
        "bsf-custom-fonts\/v1",
        "custom-fonts\/v1",
        "rankmath\/v1",
        "rankmath\/v1\/setupWizard",
        "complianz\/v1",
        "spectra\/v1",
        "uag\/v1",
        "really-simple-security\/v1\/two-fa\/v2",
        "astra\/v1",
        "rankmath\/v1\/ca",
        "rankmath\/v1\/an",
        "rankmath\/v1\/in",
        "rankmath\/v1\/status",
        "zipwp-images\/v1",
        "nps-survey\/v1",
        "zipwp\/v1",
        "gutenberg-templates\/v1",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1",
        "wp-abilities\/v1"
    ],
    "authentication": {
        "application-passwords": {
            "endpoints": {
                "authorization": "https:\/\/www.alceoimmobiliari.com\/wp-admin\/authorize-application.php"
            }
        }
    },
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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:\/\/www.alceoimmobiliari.com\/es\/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:\/\/www.alceoimmobiliari.com\/es\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "La URL del recurso del que recuperar los datos oEmbed.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "La URL del recurso del que recuperar los datos oEmbed.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "El formato oEmbed a utilizar.",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "La anchura m\u00e1xima del marco de incrustaci\u00f3n en p\u00edxeles.",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "La altura m\u00e1xima del marco de incrustaci\u00f3n en p\u00edxeles.",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "Si se realizar\u00e1 una petici\u00f3n de descubrimiento de oEmbed para proveedores no sancionados.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/bsf-custom-fonts\/v1": {
            "namespace": "bsf-custom-fonts\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "bsf-custom-fonts\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/bsf-custom-fonts\/v1"
                    }
                ]
            }
        },
        "\/bsf-custom-fonts\/v1\/admin\/settings": {
            "namespace": "bsf-custom-fonts\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/bsf-custom-fonts\/v1\/admin\/settings"
                    }
                ]
            }
        },
        "\/custom-fonts\/v1": {
            "namespace": "custom-fonts\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "custom-fonts\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/custom-fonts\/v1"
                    }
                ]
            }
        },
        "\/custom-fonts\/v1\/get-tracking-status": {
            "namespace": "custom-fonts\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/custom-fonts\/v1\/get-tracking-status"
                    }
                ]
            }
        },
        "\/custom-fonts\/v1\/update-tracking-status": {
            "namespace": "custom-fonts\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/custom-fonts\/v1\/update-tracking-status"
                    }
                ]
            }
        },
        "\/rankmath\/v1": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/saveModule": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "module": {
                            "type": "string",
                            "description": "Slug del m\u00f3dulo",
                            "required": true
                        },
                        "state": {
                            "type": "string",
                            "description": "Estado del m\u00f3dulo activado o desactivado",
                            "enum": [
                                "on",
                                "off"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/saveModule"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/toolsAction": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "action": {
                            "type": "string",
                            "description": "Acci\u00f3n a realizar",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/toolsAction"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMode": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "mode": {
                            "type": "string",
                            "description": "Modo a establecer",
                            "enum": [
                                "easy",
                                "advanced",
                                "custom"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/updateMode"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/dashboardWidget": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/dashboardWidget"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSeoScore": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "postScores": {
                            "type": "object",
                            "description": "Puntuaciones de la entrada",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/updateSeoScore"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSettings": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/updateSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/searchPage": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/searchPage"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/disconnectSite": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "token": {
                            "type": "string",
                            "description": "Token del sitio",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/disconnectSite"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/getFeaturedImageId": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "postId": {
                            "type": "integer",
                            "description": "ID de la entrada",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/getFeaturedImageId"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateRedirection": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectID": {
                            "type": "integer",
                            "description": "ID \u00fanico del objeto",
                            "required": true
                        },
                        "objectType": {
                            "type": "string",
                            "default": "post",
                            "description": "Tipo de objeto. P.ej. entrada, t\u00e9rmino, usuario",
                            "required": true
                        },
                        "hasRedirect": {
                            "type": "boolean",
                            "description": "Si el objeto tiene una redirecci\u00f3n o no",
                            "required": true
                        },
                        "redirectionID": {
                            "type": "string",
                            "description": "ID de redirecci\u00f3n",
                            "required": false
                        },
                        "redirectionUrl": {
                            "type": "string",
                            "description": "URL de redirecci\u00f3n",
                            "required": false
                        },
                        "redirectionType": {
                            "type": "string",
                            "default": "301",
                            "description": "Tipo de redirecci\u00f3n",
                            "enum": [
                                "301",
                                "302",
                                "307",
                                "410",
                                "451"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/updateRedirection"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMeta": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectType": {
                            "type": "string",
                            "description": "Tipo de objeto. P.ej. entrada, t\u00e9rmino, usuario",
                            "required": true
                        },
                        "objectID": {
                            "type": "integer",
                            "description": "ID \u00fanico del objeto",
                            "required": true
                        },
                        "meta": {
                            "description": "Meta para a\u00f1adir o actualizar datos.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/updateMeta"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSchemas": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectType": {
                            "type": "string",
                            "description": "Tipo de objeto. P.ej. entrada, t\u00e9rmino, usuario",
                            "required": true
                        },
                        "objectID": {
                            "type": "integer",
                            "description": "ID \u00fanico del objeto",
                            "required": true
                        },
                        "schemas": {
                            "description": "schemas para a\u00f1adir o actualizar datos.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/updateSchemas"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMetaBulk": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "rows": {
                            "description": "Entradas seleccionadas para actualizar los datos.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/updateMetaBulk"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/setupWizard",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/setupWizard"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard\/getStepData": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "step": {
                            "type": "string",
                            "description": "Paso actual",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/setupWizard\/getStepData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard\/updateStepData": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "step": {
                            "type": "string",
                            "description": "Paso actual",
                            "required": true
                        },
                        "value": {
                            "type": "object",
                            "description": "Datos del paso actual",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/setupWizard\/updateStepData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard\/updateTrackingOptin": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "enable_tracking": {
                            "type": "string",
                            "description": "Enable Tracking",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/setupWizard\/updateTrackingOptin"
                    }
                ]
            }
        },
        "\/complianz\/v1": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "complianz\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/complianz\/v1"
                    }
                ]
            }
        },
        "\/complianz\/v1\/documents": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/complianz\/v1\/documents"
                    }
                ]
            }
        },
        "\/complianz\/v1\/banner": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/complianz\/v1\/banner"
                    }
                ]
            }
        },
        "\/complianz\/v1\/track": {
            "namespace": "complianz\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/complianz\/v1\/track"
                    }
                ]
            }
        },
        "\/complianz\/v1\/manage_consent_html": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/complianz\/v1\/manage_consent_html"
                    }
                ]
            }
        },
        "\/complianz\/v1\/store_cookies": {
            "namespace": "complianz\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/complianz\/v1\/store_cookies"
                    }
                ]
            }
        },
        "\/complianz\/v1\/consent-area\/(?P<post_id>([0-9]+))\/(?P<block_id>([a-z0-9-_]+))": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/complianz\/v1\/datarequests": {
            "namespace": "complianz\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/complianz\/v1\/datarequests"
                    }
                ]
            }
        },
        "\/complianz\/v1\/cookie_data": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/complianz\/v1\/cookie_data"
                    }
                ]
            }
        },
        "\/complianz\/v1\/wsc-scan": {
            "namespace": "complianz\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/complianz\/v1\/wsc-scan"
                    }
                ]
            }
        },
        "\/complianz\/v1\/wsc-checks": {
            "namespace": "complianz\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/complianz\/v1\/wsc-checks"
                    }
                ]
            }
        },
        "\/spectra\/v1": {
            "namespace": "spectra\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "spectra\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/spectra\/v1"
                    }
                ]
            }
        },
        "\/spectra\/v1\/all_taxonomy": {
            "namespace": "spectra\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/spectra\/v1\/all_taxonomy"
                    }
                ]
            }
        },
        "\/spectra\/v1\/editor": {
            "namespace": "spectra\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/spectra\/v1\/editor"
                    }
                ]
            }
        },
        "\/spectra\/v1\/check-custom-fields-support": {
            "namespace": "spectra\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/spectra\/v1\/check-custom-fields-support"
                    }
                ]
            }
        },
        "\/uag\/v1": {
            "namespace": "uag\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "uag\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/uag\/v1"
                    }
                ]
            }
        },
        "\/uag\/v1\/admin\/commonsettings": {
            "namespace": "uag\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/uag\/v1\/admin\/commonsettings"
                    }
                ]
            }
        },
        "\/really-simple-security\/v1\/two-fa\/v2": {
            "namespace": "really-simple-security\/v1\/two-fa\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "really-simple-security\/v1\/two-fa\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/really-simple-security\/v1\/two-fa\/v2"
                    }
                ]
            }
        },
        "\/really-simple-security\/v1\/two-fa\/v2\/do_not_ask_again": {
            "namespace": "really-simple-security\/v1\/two-fa\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "user_id": {
                            "type": "integer",
                            "required": true
                        },
                        "login_nonce": {
                            "type": "string",
                            "required": true
                        },
                        "redirect_to": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/really-simple-security\/v1\/two-fa\/v2\/do_not_ask_again"
                    }
                ]
            }
        },
        "\/really-simple-security\/v1\/two-fa\/v2\/skip_onboarding": {
            "namespace": "really-simple-security\/v1\/two-fa\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "user_id": {
                            "type": "integer",
                            "required": true
                        },
                        "login_nonce": {
                            "type": "string",
                            "required": true
                        },
                        "redirect_to": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/really-simple-security\/v1\/two-fa\/v2\/skip_onboarding"
                    }
                ]
            }
        },
        "\/really-simple-security\/v1\/two-fa\/v2\/save_default_method_email": {
            "namespace": "really-simple-security\/v1\/two-fa\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "user_id": {
                            "type": "integer",
                            "required": true
                        },
                        "login_nonce": {
                            "type": "string",
                            "required": true
                        },
                        "provider": {
                            "type": "string",
                            "required": true
                        },
                        "redirect_to": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/really-simple-security\/v1\/two-fa\/v2\/save_default_method_email"
                    }
                ]
            }
        },
        "\/really-simple-security\/v1\/two-fa\/v2\/save_default_method_email_profile": {
            "namespace": "really-simple-security\/v1\/two-fa\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "user_id": {
                            "type": "integer",
                            "required": true
                        },
                        "login_nonce": {
                            "type": "string",
                            "required": true
                        },
                        "provider": {
                            "type": "string",
                            "required": true
                        },
                        "redirect_to": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/really-simple-security\/v1\/two-fa\/v2\/save_default_method_email_profile"
                    }
                ]
            }
        },
        "\/really-simple-security\/v1\/two-fa\/v2\/validate_email_setup": {
            "namespace": "really-simple-security\/v1\/two-fa\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "provider": {
                            "type": "string",
                            "required": true
                        },
                        "user_id": {
                            "type": "integer",
                            "required": true
                        },
                        "login_nonce": {
                            "type": "string",
                            "required": true
                        },
                        "token": {
                            "type": "string",
                            "required": true
                        },
                        "redirect_to": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/really-simple-security\/v1\/two-fa\/v2\/validate_email_setup"
                    }
                ]
            }
        },
        "\/really-simple-security\/v1\/two-fa\/v2\/resend_email_code": {
            "namespace": "really-simple-security\/v1\/two-fa\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "user_id": {
                            "type": "integer",
                            "required": true
                        },
                        "login_nonce": {
                            "type": "string",
                            "required": true
                        },
                        "provider": {
                            "type": "string",
                            "required": true
                        },
                        "profile": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/really-simple-security\/v1\/two-fa\/v2\/resend_email_code"
                    }
                ]
            }
        },
        "\/astra\/v1": {
            "namespace": "astra\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "astra\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/astra\/v1"
                    }
                ]
            }
        },
        "\/astra\/v1\/admin\/settings": {
            "namespace": "astra\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/astra\/v1\/admin\/settings"
                    }
                ]
            }
        },
        "\/astra\/v1\/get-learn-chapters": {
            "namespace": "astra\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/astra\/v1\/get-learn-chapters"
                    }
                ]
            }
        },
        "\/astra\/v1\/update-learn-progress": {
            "namespace": "astra\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "chapterId": {
                            "type": "string",
                            "required": true
                        },
                        "stepId": {
                            "type": "string",
                            "required": true
                        },
                        "completed": {
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/astra\/v1\/update-learn-progress"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/ca",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/ca"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/researchKeyword": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keyword": {
                            "description": "La palabra clave a analizar.",
                            "type": "string",
                            "required": true
                        },
                        "country": {
                            "description": "El pa\u00eds para el que debe analizarse la palabra clave.",
                            "type": "string",
                            "required": true
                        },
                        "objectID": {
                            "description": "ID de la entrada que inicia la solicitud de an\u00e1lisis de palabras clave.",
                            "type": "integer",
                            "required": true
                        },
                        "force_update": {
                            "description": "Si es true, fuerza una nueva solicitud de an\u00e1lisis.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/ca\/researchKeyword"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/getCredits": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/ca\/getCredits"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/createPost": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "content": {
                            "description": "El contenido de la nueva entrada.",
                            "type": "string",
                            "required": true
                        },
                        "title": {
                            "description": "El t\u00edtulo de la nueva entrada.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/ca\/createPost"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/saveOutput": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "outputs": {
                            "description": "Un array de resultados generados por la IA y existentes a guardar.",
                            "type": "array",
                            "required": true
                        },
                        "endpoint": {
                            "description": "La variable de la API para la que se gener\u00f3 el resultado.",
                            "type": "string",
                            "required": true
                        },
                        "isChat": {
                            "description": "Indica si la solicitud era para la variable Chat.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "Los par\u00e1metros utilizados para generar el resultado de la IA.",
                            "type": "object",
                            "required": false
                        },
                        "credits": {
                            "description": "Detalles de uso del cr\u00e9dito devueltos por la API.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/ca\/saveOutput"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/deleteOutput": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "isChat": {
                            "description": "Indica si la solicitud para borrar el resultado fue para la variable Chat.",
                            "type": "boolean",
                            "required": false
                        },
                        "index": {
                            "description": "El \u00edndice de resultados a borrar, aplicable s\u00f3lo a la variable Chat.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/ca\/deleteOutput"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updateRecentPrompt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "prompt": {
                            "description": "La indicaci\u00f3n seleccionada se actualizar\u00e1 en las indicaciones recientes.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/ca\/updateRecentPrompt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updatePrompt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "prompt": {
                            "description": "Los datos de indicaciones que se guardar\u00e1n en la base de datos.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/ca\/updatePrompt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/savePrompts": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "prompts": {
                            "description": "Lista de indicaciones recibidas de la API que se guardar\u00e1n en la base de datos.",
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/ca\/savePrompts"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/pingContentAI": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "plan": {
                            "description": "Contenido que la IA tiene previsto actualizar en la base de datos.",
                            "type": "string",
                            "required": true
                        },
                        "refreshDate": {
                            "description": "Fecha de restablecimiento de la IA de contenido para actualizar en la base de datos",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/ca\/pingContentAI"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/generateAlt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attachmentIds": {
                            "description": "List  de IDs de adjuntos para los que generar el texto alt.",
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/ca\/generateAlt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updateCredits": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "credits": {
                            "description": "Detalles de uso del cr\u00e9dito devueltos por la API.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/ca\/updateCredits"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/an",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/an"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/dashboard": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/an\/dashboard"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/keywordsOverview": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/an\/keywordsOverview"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/postsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/an\/postsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/postsRowsByObjects": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/an\/postsRowsByObjects"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/post\/(?P<id>\\d+)": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "ID de la entrada.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/rankmath\/v1\/an\/keywordsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/an\/keywordsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/analyticsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "postType": {
                            "description": "Tipo de contenido.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/an\/analyticsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/keywordsRows": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "N\u00famero de p\u00e1gina.",
                            "type": "integer",
                            "required": false
                        },
                        "perPage": {
                            "description": "Resultados por p\u00e1gina.",
                            "type": "integer",
                            "required": false
                        },
                        "orderBy": {
                            "description": "Ordenar por.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Orden.",
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "B\u00fasqueda.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/an\/keywordsRows"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/userPreferences": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "preferences": {
                            "description": "Preferencias de usuario.",
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/an\/userPreferences"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/inspectionResults": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "N\u00famero de p\u00e1gina.",
                            "type": "integer",
                            "required": false
                        },
                        "perPage": {
                            "description": "Resultados por p\u00e1gina.",
                            "type": "integer",
                            "required": false
                        },
                        "orderBy": {
                            "description": "Ordenar por.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Orden.",
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "B\u00fasqueda.",
                            "type": "string",
                            "required": false
                        },
                        "filter": {
                            "description": "Filtro.",
                            "type": "string",
                            "required": false
                        },
                        "filterType": {
                            "description": "Tipo de filtro.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/an\/inspectionResults"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/removeFrontendStats": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "toggleBar": {
                            "description": "Barra de alternar.",
                            "type": "boolean",
                            "required": false
                        },
                        "hide": {
                            "description": "Ocultar.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/an\/removeFrontendStats"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/in",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/in"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/submitUrls": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "urls": {
                            "description": "La lista de URLs a enviar a la API de indexado instant\u00e1neo.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/in\/submitUrls"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/getLog": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "filter": {
                            "description": "Filtrar registro por tipo.",
                            "type": "string",
                            "enum": [
                                "all",
                                "manual",
                                "auto"
                            ],
                            "default": "all",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/in\/getLog"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/clearLog": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filter": {
                            "description": "Vaciar registro por tipo.",
                            "type": "string",
                            "enum": [
                                "all",
                                "manual",
                                "auto"
                            ],
                            "default": "all",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/in\/clearLog"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/resetKey": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/in\/resetKey"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/status",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/status"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/getViewData": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/status\/getViewData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/updateViewData": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/status\/updateViewData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/importSettings": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/status\/importSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/exportSettings": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/status\/exportSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/runBackup": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/rankmath\/v1\/status\/runBackup"
                    }
                ]
            }
        },
        "\/zipwp-images\/v1": {
            "namespace": "zipwp-images\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "zipwp-images\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/zipwp-images\/v1"
                    }
                ]
            }
        },
        "\/zipwp-images\/v1\/images": {
            "namespace": "zipwp-images\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keywords": {
                            "type": "string",
                            "required": true
                        },
                        "per_page": {
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "type": "string",
                            "required": false
                        },
                        "orientation": {
                            "type": "string",
                            "required": false
                        },
                        "engine": {
                            "type": "string",
                            "required": false
                        },
                        "filter": {
                            "type": "string",
                            "required": false
                        },
                        "color": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/zipwp-images\/v1\/images"
                    }
                ]
            }
        },
        "\/nps-survey\/v1": {
            "namespace": "nps-survey\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "nps-survey\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/nps-survey\/v1"
                    }
                ]
            }
        },
        "\/nps-survey\/v1\/rating": {
            "namespace": "nps-survey\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "nps_id": {
                            "type": "string",
                            "required": true
                        },
                        "rating": {
                            "type": "integer",
                            "required": true
                        },
                        "comment": {
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "plugin_slug": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/nps-survey\/v1\/rating"
                    }
                ]
            }
        },
        "\/nps-survey\/v1\/dismiss-nps-survey": {
            "namespace": "nps-survey\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "nps_id": {
                            "type": "string",
                            "required": true
                        },
                        "plugin_slug": {
                            "type": "string",
                            "required": true
                        },
                        "dismiss_timespan": {
                            "type": "integer",
                            "required": true
                        },
                        "current_step": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/nps-survey\/v1\/dismiss-nps-survey"
                    }
                ]
            }
        },
        "\/zipwp\/v1": {
            "namespace": "zipwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "zipwp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/zipwp\/v1"
                    }
                ]
            }
        },
        "\/zipwp\/v1\/search-category": {
            "namespace": "zipwp\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keyword": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/zipwp\/v1\/search-category"
                    }
                ]
            }
        },
        "\/zipwp\/v1\/site-languages": {
            "namespace": "zipwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/zipwp\/v1\/site-languages"
                    }
                ]
            }
        },
        "\/gutenberg-templates\/v1": {
            "namespace": "gutenberg-templates\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "gutenberg-templates\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/gutenberg-templates\/v1"
                    }
                ]
            }
        },
        "\/gutenberg-templates\/v1\/categories": {
            "namespace": "gutenberg-templates\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/gutenberg-templates\/v1\/categories"
                    }
                ]
            }
        },
        "\/gutenberg-templates\/v1\/description": {
            "namespace": "gutenberg-templates\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "business_name": {
                            "type": "string",
                            "required": true
                        },
                        "business_description": {
                            "type": "string",
                            "required": false
                        },
                        "category": {
                            "type": "string",
                            "required": false
                        },
                        "language_name": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/gutenberg-templates\/v1\/description"
                    }
                ]
            }
        },
        "\/gutenberg-templates\/v1\/page-description": {
            "namespace": "gutenberg-templates\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "business_name": {
                            "type": "string",
                            "required": true
                        },
                        "business_description": {
                            "type": "string",
                            "required": false
                        },
                        "page_name": {
                            "type": "string",
                            "required": true
                        },
                        "page_description": {
                            "type": "string",
                            "required": false
                        },
                        "category": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/gutenberg-templates\/v1\/page-description"
                    }
                ]
            }
        },
        "\/gutenberg-templates\/v1\/keywords": {
            "namespace": "gutenberg-templates\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "business_name": {
                            "type": "string",
                            "required": true
                        },
                        "business_description": {
                            "type": "string",
                            "required": false
                        },
                        "category": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/gutenberg-templates\/v1\/keywords"
                    }
                ]
            }
        },
        "\/gutenberg-templates\/v1\/images": {
            "namespace": "gutenberg-templates\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keywords": {
                            "type": "string",
                            "required": true
                        },
                        "per_page": {
                            "type": "integer",
                            "required": false
                        },
                        "page": {
                            "type": "integer",
                            "required": false
                        },
                        "orientation": {
                            "type": "string",
                            "required": false
                        },
                        "engine": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/gutenberg-templates\/v1\/images"
                    }
                ]
            }
        },
        "\/gutenberg-templates\/v1\/settings": {
            "namespace": "gutenberg-templates\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "required": true
                        },
                        "value": {
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/gutenberg-templates\/v1\/settings"
                    }
                ]
            }
        },
        "\/gutenberg-templates\/v1\/favorite": {
            "namespace": "gutenberg-templates\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "required": true
                        },
                        "block_id": {
                            "type": "integer",
                            "required": true
                        },
                        "status": {
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/gutenberg-templates\/v1\/favorite"
                    }
                ]
            }
        },
        "\/gutenberg-templates\/v1\/do-it-later": {
            "namespace": "gutenberg-templates\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/gutenberg-templates\/v1\/do-it-later"
                    }
                ]
            }
        },
        "\/gutenberg-templates\/v1\/pages-onboarding": {
            "namespace": "gutenberg-templates\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/gutenberg-templates\/v1\/pages-onboarding"
                    }
                ]
            }
        },
        "\/gutenberg-templates\/v1\/revoke-access": {
            "namespace": "gutenberg-templates\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/gutenberg-templates\/v1\/revoke-access"
                    }
                ]
            }
        },
        "\/gutenberg-templates\/v1\/blocks": {
            "namespace": "gutenberg-templates\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/gutenberg-templates\/v1\/blocks"
                    }
                ]
            }
        },
        "\/gutenberg-templates\/v1\/setup": {
            "namespace": "gutenberg-templates\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/gutenberg-templates\/v1\/setup"
                    }
                ]
            }
        },
        "\/gutenberg-templates\/v1\/sites": {
            "namespace": "gutenberg-templates\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/gutenberg-templates\/v1\/sites"
                    }
                ]
            }
        },
        "\/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:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitar la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitar el conjunto de resultados a las publicaciones asignadas a autores espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye las publicaciones asignadas a autores espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limitar la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00f3mo interpretar la entrada de b\u00fasqueda.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "rand",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array de nombres de columnas que se van a buscar.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.",
                            "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 el conjunto de resultados en base a la relaci\u00f3n entre m\u00faltiples taxonom\u00edas.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Limitar el conjunto de resultados a los elementos con los t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda categories.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Lista de ID de t\u00e9rminos",
                                    "description": "Emparejar los t\u00e9rminos con los ID listados.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Consulta de la taxonom\u00eda del ID del t\u00e9rmino",
                                    "description": "Realiza una consulta avanzada de t\u00e9rminos.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID del t\u00e9rmino.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Si se incluyen los t\u00e9rminos hijos en los t\u00e9rminos que limitan el conjunto de resultados.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Si los elementos deben ser asignados todos o alguno de los t\u00e9rminos especificados.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "Limitar el conjunto de resultados a los elementos, excepto aquellos con t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda categories.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Lista de ID de t\u00e9rminos",
                                    "description": "Emparejar los t\u00e9rminos con los ID listados.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Consulta de la taxonom\u00eda del ID del t\u00e9rmino",
                                    "description": "Realiza una consulta avanzada de t\u00e9rminos.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID del t\u00e9rmino.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Si se incluyen los t\u00e9rminos hijos en los t\u00e9rminos que limitan el conjunto de resultados.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Limitar el conjunto de resultados a los elementos con los t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Lista de ID de t\u00e9rminos",
                                    "description": "Emparejar los t\u00e9rminos con los ID listados.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Consulta de la taxonom\u00eda del ID del t\u00e9rmino",
                                    "description": "Realiza una consulta avanzada de t\u00e9rminos.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID del t\u00e9rmino.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Si los elementos deben ser asignados todos o alguno de los t\u00e9rminos especificados.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "Limitar el conjunto de resultados a los elementos, excepto aquellos con t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Lista de ID de t\u00e9rminos",
                                    "description": "Emparejar los t\u00e9rminos con los ID listados.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Consulta de la taxonom\u00eda del ID del t\u00e9rmino",
                                    "description": "Realiza una consulta avanzada de t\u00e9rminos.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID del t\u00e9rmino.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Limitar el conjunto de resultados a elementos que sean fijos.",
                            "type": "boolean",
                            "required": false
                        },
                        "ignore_sticky": {
                            "description": "Ignorar (o no) las entradas fijas.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "format": {
                            "description": "Limita el conjunto de resultados a los elementos asignados a uno o varios formatos dados.",
                            "type": "array",
                            "uniqueItems": true,
                            "items": {
                                "enum": [
                                    "standard",
                                    "aside",
                                    "chat",
                                    "gallery",
                                    "link",
                                    "image",
                                    "quote",
                                    "status",
                                    "video",
                                    "audio"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "El ID del autor de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "El extracto de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Extracto para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "El ID de la imagen destacada para la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Si los comentarios est\u00e1n abiertos en la entrada o no.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Si se puede hacer ping a la entrada o no.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "El formato de la entrada.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_uag_custom_page_level_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-sidebar-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-banner-title-visibility": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-disable-related-posts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "astra-migrate-meta-layouts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-enabled": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "ast-content-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Si se debe tratar la entrada como fija o no.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Anula la longitud por defecto del extracto.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "La contrase\u00f1a para la entrada, si est\u00e1 protegida por contrase\u00f1a.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "El ID del autor de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "El extracto de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Extracto para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "El ID de la imagen destacada para la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Si los comentarios est\u00e1n abiertos en la entrada o no.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Si se puede hacer ping a la entrada o no.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "El formato de la entrada.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_uag_custom_page_level_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-sidebar-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-banner-title-visibility": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-disable-related-posts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "astra-migrate-meta-layouts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-enabled": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "ast-content-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Si se debe tratar la entrada como fija o no.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Si se evita la papelera y se fuerza el borrado.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID del superior de la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo del objeto.",
                            "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": "El ID del superior de la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificador \u00fanico para la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID del superior de la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificador \u00fanico para la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Es necesario que sea \u00abtrue\u00bb, ya que las revisiones no son compatibles con el env\u00edo a la papelera.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "El ID del autor de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "El extracto de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Extracto para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "El ID de la imagen destacada para la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Si los comentarios est\u00e1n abiertos en la entrada o no.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Si se puede hacer ping a la entrada o no.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "El formato de la entrada.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_uag_custom_page_level_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-sidebar-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-banner-title-visibility": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-disable-related-posts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "astra-migrate-meta-layouts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-enabled": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "ast-content-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Si se debe tratar la entrada como fija o no.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda 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": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "El ID para el guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "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": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitar la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitar el conjunto de resultados a las publicaciones asignadas a autores espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye las publicaciones asignadas a autores espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limitar la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limitar los resultados a entradas con un valor espec\u00edfico `menu_order`.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00f3mo interpretar la entrada de b\u00fasqueda.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order",
                                "rand",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limitar los resultados a los que tengan IDs superiores concretos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limitar los resultados a todos los elementos excepto aquellos con un identificador padre espec\u00edfico.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array de nombres de columnas que se van a buscar.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.",
                            "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 fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "El ID del superior de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "El ID del autor de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "El extracto de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Extracto para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "El ID de la imagen destacada para la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Si los comentarios est\u00e1n abiertos en la entrada o no.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Si se puede hacer ping a la entrada o no.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "El orden de la entrada en relaci\u00f3n con otras entradas.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_uag_custom_page_level_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-sidebar-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-banner-title-visibility": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-disable-related-posts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "astra-migrate-meta-layouts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-enabled": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "ast-content-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Anula la longitud por defecto del extracto.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "La contrase\u00f1a para la entrada, si est\u00e1 protegida por contrase\u00f1a.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "El ID del superior de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "El ID del autor de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "El extracto de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Extracto para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "El ID de la imagen destacada para la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Si los comentarios est\u00e1n abiertos en la entrada o no.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Si se puede hacer ping a la entrada o no.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "El orden de la entrada en relaci\u00f3n con otras entradas.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_uag_custom_page_level_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-sidebar-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-banner-title-visibility": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-disable-related-posts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "astra-migrate-meta-layouts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-enabled": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "ast-content-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Si se evita la papelera y se fuerza el borrado.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID del superior de la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo del objeto.",
                            "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": "El ID del superior de la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificador \u00fanico para la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID del superior de la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificador \u00fanico para la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Es necesario que sea \u00abtrue\u00bb, ya que las revisiones no son compatibles con el env\u00edo a la papelera.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID del superior de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "El ID del autor de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "El extracto de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Extracto para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "El ID de la imagen destacada para la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Si los comentarios est\u00e1n abiertos en la entrada o no.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Si se puede hacer ping a la entrada o no.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "El orden de la entrada en relaci\u00f3n con otras entradas.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_uag_custom_page_level_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-sidebar-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-banner-title-visibility": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-disable-related-posts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "astra-migrate-meta-layouts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-enabled": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "ast-content-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "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": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "El ID para el guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "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": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitar la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitar el conjunto de resultados a las publicaciones asignadas a autores espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye las publicaciones asignadas a autores espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limitar la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00f3mo interpretar la entrada de b\u00fasqueda.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limitar los resultados a los que tengan IDs superiores concretos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limitar los resultados a todos los elementos excepto aquellos con un identificador padre espec\u00edfico.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array de nombres de columnas que se van a buscar.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "Limitar el conjunto de resultados a adjuntos de un tipo o tipos de medio en particular.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "image",
                                    "video",
                                    "text",
                                    "application",
                                    "audio"
                                ]
                            },
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "Limitar el conjunto de resultados a adjuntos de un tipo o tipos MIME en particular.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "El ID del autor de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "El ID de la imagen destacada para la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Si los comentarios est\u00e1n abiertos en la entrada o no.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Si se puede hacer ping a la entrada o no.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_uag_custom_page_level_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-sidebar-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-banner-title-visibility": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-disable-related-posts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "astra-migrate-meta-layouts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-enabled": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "ast-content-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Texto alternativo a mostrar cuando no se muestra el adjunto.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "Leyenda del adjunto.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Leyenda del adjunto, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Leyenda HTML del adjunto, transformada para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descripci\u00f3n del adjunto",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Descripci\u00f3n del adjunto, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Descripci\u00f3n HTML del adjunto, transformada para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "El ID de las entradas a las que est\u00e1 asociado el adjunto.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "El ID del autor de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "El ID de la imagen destacada para la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Si los comentarios est\u00e1n abiertos en la entrada o no.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Si se puede hacer ping a la entrada o no.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_uag_custom_page_level_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-sidebar-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-banner-title-visibility": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-disable-related-posts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "astra-migrate-meta-layouts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-enabled": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "ast-content-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Texto alternativo a mostrar cuando no se muestra el adjunto.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "Leyenda del adjunto.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Leyenda del adjunto, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Leyenda HTML del adjunto, transformada para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descripci\u00f3n del adjunto",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Descripci\u00f3n del adjunto, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Descripci\u00f3n HTML del adjunto, transformada para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "El ID de las entradas a las que est\u00e1 asociado el adjunto.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Si se evita la papelera y se fuerza el borrado.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico para el adjunto.",
                            "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 archivo de la imagen editada.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "Array de las ediciones de la imagen.",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "Edici\u00f3n de im\u00e1genes.",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "Voltear",
                                        "properties": {
                                            "type": {
                                                "description": "Tipo de volteo.",
                                                "type": "string",
                                                "enum": [
                                                    "flip"
                                                ]
                                            },
                                            "args": {
                                                "description": "Argumentos del volteo.",
                                                "type": "object",
                                                "required": [
                                                    "flip"
                                                ],
                                                "properties": {
                                                    "flip": {
                                                        "description": "Direcci\u00f3n de volteo.",
                                                        "type": "object",
                                                        "required": [
                                                            "horizontal",
                                                            "vertical"
                                                        ],
                                                        "properties": {
                                                            "horizontal": {
                                                                "description": "Si se debe voltear en direcci\u00f3n horizontal.",
                                                                "type": "boolean"
                                                            },
                                                            "vertical": {
                                                                "description": "Si se debe voltear en direcci\u00f3n vertical.",
                                                                "type": "boolean"
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "Rotaci\u00f3n",
                                        "properties": {
                                            "type": {
                                                "description": "Tipo de rotaci\u00f3n.",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "Argumentos de rotaci\u00f3n.",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "\u00c1ngulo a rotar en el sentido de las agujas del reloj en grados.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "Recortar",
                                        "properties": {
                                            "type": {
                                                "description": "Tipo de recorte.",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "Argumentos de recorte.",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "Posici\u00f3n horizontal desde la izquierda para iniciar el recorte como un porcentaje del ancho de la imagen.",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "Posici\u00f3n vertical desde la parte superior para iniciar el recorte como un porcentaje de la altura de la imagen.",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "Ancho del recorte como un porcentaje del ancho de la imagen.",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "Altura del recorte como un porcentaje de la altura de la imagen.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "La cantidad a girar la imagen en el sentido de las agujas del reloj en grados. OBSOLETO: Usa `modifiers` en su lugar.",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "Como un porcentaje de la imagen, la posici\u00f3n del eje X desde la que iniciar el recorte. OBSOLETO: Usa `modifiers` en su lugar.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "Como un porcentaje de la imagen, la posici\u00f3n del eje Y desde la que iniciar el recorte. OBSOLETO: Usa `modifiers` en su lugar.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "Como un porcentaje de la imagen, el ancho al que recortar la imagen. OBSOLETO: Usa `modifiers` en su lugar.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "Como un porcentaje de la imagen, la altura a la que recortar la imagen. OBSOLETO: Usa `modifiers` en su lugar.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "caption": {
                            "description": "Leyenda del adjunto.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Leyenda del adjunto, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Leyenda HTML del adjunto, transformada para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descripci\u00f3n del adjunto",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Descripci\u00f3n del adjunto, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Descripci\u00f3n HTML del adjunto, transformada para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "El ID de las entradas a las que est\u00e1 asociado el adjunto.",
                            "type": "integer",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Texto alternativo a mostrar cuando no se muestra el adjunto.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitar la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitar la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00f3mo interpretar la entrada de b\u00fasqueda.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo del objeto.",
                            "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 de nombres de columnas que se van a buscar.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.",
                            "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 el conjunto de resultados en base a la relaci\u00f3n entre m\u00faltiples taxonom\u00edas.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "Limitar el conjunto de resultados a los elementos con los t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda menus.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Lista de ID de t\u00e9rminos",
                                    "description": "Emparejar los t\u00e9rminos con los ID listados.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Consulta de la taxonom\u00eda del ID del t\u00e9rmino",
                                    "description": "Realiza una consulta avanzada de t\u00e9rminos.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID del t\u00e9rmino.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Si los elementos deben ser asignados todos o alguno de los t\u00e9rminos especificados.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "Limitar el conjunto de resultados a los elementos, excepto aquellos con t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda menus.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Lista de ID de t\u00e9rminos",
                                    "description": "Emparejar los t\u00e9rminos con los ID listados.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Consulta de la taxonom\u00eda del ID del t\u00e9rmino",
                                    "description": "Realiza una consulta avanzada de t\u00e9rminos.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID del t\u00e9rmino.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limitar los resultados a entradas con un valor espec\u00edfico `menu_order`.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "El t\u00edtulo para el objeto.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para el objeto, tal y como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para el objeto, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "La familia de objetos representada originalmente, como \u00abpost_type\u00bb o \u00abtaxonom\u00eda\u00bb.",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Un nombre de estado para el objeto.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "El ID del superior del objeto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Texto del atributo del t\u00edtulo del elemento del enlace de este elemento del men\u00fa.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Nombres de las clases del elemento del men\u00fa de este elemento del men\u00fa.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descripci\u00f3n de este elemento del men\u00fa.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "El ID de la BD del nav_menu_item del que es superior este elemento del men\u00fa, si lo hubiera. 0 en caso contrario.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "El tipo de objeto representado originalmente, como \u00abcategor\u00eda\u00bb, \u00abentrada\u00bb o \u00abadjunto\u00bb.",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "El ID de la base de datos del objeto original que representa este elemento del men\u00fa. Por ejemplo, el ID para las entradas o el `term_id` para las categor\u00edas.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "El atributo de destino del elemento del enlace de este elemento del men\u00fa.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "La URL a la que apunta este elemento del men\u00fa.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "La relaci\u00f3n XFN expresada en el enlace de este elemento del men\u00fa.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "Los t\u00e9rminos asignados al objeto en la taxonom\u00eda nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_uag_custom_page_level_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-sidebar-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-banner-title-visibility": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-disable-related-posts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "astra-migrate-meta-layouts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-enabled": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "ast-content-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para el objeto.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para el objeto, tal y como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para el objeto, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "La familia de objetos representada originalmente, como \u00abpost_type\u00bb o \u00abtaxonom\u00eda\u00bb.",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado para el objeto.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "El ID del superior del objeto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Texto del atributo del t\u00edtulo del elemento del enlace de este elemento del men\u00fa.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Nombres de las clases del elemento del men\u00fa de este elemento del men\u00fa.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descripci\u00f3n de este elemento del men\u00fa.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "El ID de la BD del nav_menu_item del que es superior este elemento del men\u00fa, si lo hubiera. 0 en caso contrario.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "El tipo de objeto representado originalmente, como \u00abcategor\u00eda\u00bb, \u00abentrada\u00bb o \u00abadjunto\u00bb.",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "El ID de la base de datos del objeto original que representa este elemento del men\u00fa. Por ejemplo, el ID para las entradas o el `term_id` para las categor\u00edas.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "El atributo de destino del elemento del enlace de este elemento del men\u00fa.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "La URL a la que apunta este elemento del men\u00fa.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "La relaci\u00f3n XFN expresada en el enlace de este elemento del men\u00fa.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "Los t\u00e9rminos asignados al objeto en la taxonom\u00eda nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_uag_custom_page_level_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-sidebar-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-banner-title-visibility": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-disable-related-posts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "astra-migrate-meta-layouts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-enabled": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "ast-content-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Si se evita la papelera y se fuerza el borrado.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID del superior del objeto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para el objeto.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para el objeto, tal y como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para el objeto, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "La familia de objetos representada originalmente, como \u00abpost_type\u00bb o \u00abtaxonom\u00eda\u00bb.",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado para el objeto.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "Texto del atributo del t\u00edtulo del elemento del enlace de este elemento del men\u00fa.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Nombres de las clases del elemento del men\u00fa de este elemento del men\u00fa.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descripci\u00f3n de este elemento del men\u00fa.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "El ID de la BD del nav_menu_item del que es superior este elemento del men\u00fa, si lo hubiera. 0 en caso contrario.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "El tipo de objeto representado originalmente, como \u00abcategor\u00eda\u00bb, \u00abentrada\u00bb o \u00abadjunto\u00bb.",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "El ID de la base de datos del objeto original que representa este elemento del men\u00fa. Por ejemplo, el ID para las entradas o el `term_id` para las categor\u00edas.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "El atributo de destino del elemento del enlace de este elemento del men\u00fa.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "La URL a la que apunta este elemento del men\u00fa.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "La relaci\u00f3n XFN expresada en el enlace de este elemento del men\u00fa.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "Los t\u00e9rminos asignados al objeto en la taxonom\u00eda nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_uag_custom_page_level_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-sidebar-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-banner-title-visibility": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-disable-related-posts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "astra-migrate-meta-layouts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-enabled": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "ast-content-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "El ID para el guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "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": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitar la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitar la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00f3mo interpretar la entrada de b\u00fasqueda.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array de nombres de columnas que se van a buscar.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.",
                            "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 el conjunto de resultados en base a la relaci\u00f3n entre m\u00faltiples taxonom\u00edas.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Limitar el conjunto de resultados a los elementos con los t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda wp_pattern_category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Lista de ID de t\u00e9rminos",
                                    "description": "Emparejar los t\u00e9rminos con los ID listados.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Consulta de la taxonom\u00eda del ID del t\u00e9rmino",
                                    "description": "Realiza una consulta avanzada de t\u00e9rminos.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID del t\u00e9rmino.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Si los elementos deben ser asignados todos o alguno de los t\u00e9rminos especificados.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "Limitar el conjunto de resultados a los elementos, excepto aquellos con t\u00e9rminos espec\u00edficos asignados en la taxonom\u00eda wp_pattern_category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Lista de ID de t\u00e9rminos",
                                    "description": "Emparejar los t\u00e9rminos con los ID listados.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Consulta de la taxonom\u00eda del ID del t\u00e9rmino",
                                    "description": "Realiza una consulta avanzada de t\u00e9rminos.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID del t\u00e9rmino.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "El extracto de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Extracto para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_uag_custom_page_level_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-sidebar-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-banner-title-visibility": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-disable-related-posts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "astra-migrate-meta-layouts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-enabled": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "ast-content-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda wp_pattern_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Anula la longitud por defecto del extracto.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "La contrase\u00f1a para la entrada, si est\u00e1 protegida por contrase\u00f1a.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "El extracto de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Extracto para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_uag_custom_page_level_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-sidebar-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-banner-title-visibility": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-disable-related-posts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "astra-migrate-meta-layouts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-enabled": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "ast-content-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda wp_pattern_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Si se evita la papelera y se fuerza el borrado.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID del superior de la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo del objeto.",
                            "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": "El ID del superior de la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificador \u00fanico para la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID del superior de la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificador \u00fanico para la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Es necesario que sea \u00abtrue\u00bb, ya que las revisiones no son compatibles con el env\u00edo a la papelera.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "El extracto de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Extracto para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Extracto HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el extracto est\u00e1 protegido con una contrase\u00f1a.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_uag_custom_page_level_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-sidebar-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-banner-title-visibility": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-disable-related-posts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "astra-migrate-meta-layouts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-enabled": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "ast-content-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Los t\u00e9rminos asignados a la entrada en la taxonom\u00eda 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": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "El ID para el guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "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": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo del objeto.",
                            "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": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificador \u00fanico para la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificador \u00fanico para la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Es necesario que sea \u00abtrue\u00bb, ya que las revisiones no son compatibles con el env\u00edo a la papelera.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug \u00fanico que identifica la plantilla.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificador del tema para la plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo de plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenido de la plantilla.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenido para la plantilla, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la plantilla.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "T\u00edtulo de la plantilla.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la plantilla, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descripci\u00f3n de la plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Estado de la plantilla.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "El ID del autor de la plantilla.",
                            "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": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "El ID para el guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "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": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limitar al ID de entrada especificado.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limitar al \u00e1rea de la parte especificada de la plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Tipo de contenido para el que obtener las plantillas.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug \u00fanico que identifica la plantilla.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Identificador del tema para la plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo de plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Contenido de la plantilla.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenido para la plantilla, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la plantilla.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "T\u00edtulo de la plantilla.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la plantilla, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Descripci\u00f3n de la plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Estado de la plantilla.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "El ID del autor de la plantilla.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "El slug de la plantilla para conseguir una alternativa",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Indica si es una plantilla personalizada o forma parte de la jerarqu\u00eda de plantillas",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "El prefijo de la plantilla para la plantilla creada. Se usa para extraer el tipo de plantilla principal, p. ej. en `taxonomia-libros` extrae `taxonomia`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug \u00fanico que identifica la plantilla.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificador del tema para la plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo de plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenido de la plantilla.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenido para la plantilla, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la plantilla.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "T\u00edtulo de la plantilla.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la plantilla, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descripci\u00f3n de la plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Estado de la plantilla.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "El ID del autor de la plantilla.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Si se evita la papelera y se fuerza el borrado.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo del objeto.",
                            "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": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificador \u00fanico para la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificador \u00fanico para la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Es necesario que sea \u00abtrue\u00bb, ya que las revisiones no son compatibles con el env\u00edo a la papelera.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug \u00fanico que identifica la plantilla.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificador del tema para la plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo de plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenido de la plantilla.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenido para la plantilla, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la plantilla.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "T\u00edtulo de la plantilla.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la plantilla, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descripci\u00f3n de la plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Estado de la plantilla.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "El ID del autor de la plantilla.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "D\u00f3nde se pretende usar la parte de la plantilla (cabecera, pie de p\u00e1gina, etc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "El ID para el guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "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": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limitar al ID de entrada especificado.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limitar al \u00e1rea de la parte especificada de la plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Tipo de contenido para el que obtener las plantillas.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug \u00fanico que identifica la plantilla.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Identificador del tema para la plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo de plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Contenido de la plantilla.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenido para la plantilla, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la plantilla.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "T\u00edtulo de la plantilla.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la plantilla, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Descripci\u00f3n de la plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Estado de la plantilla.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "El ID del autor de la plantilla.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "D\u00f3nde se pretende usar la parte de la plantilla (cabecera, pie de p\u00e1gina, etc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "El slug de la plantilla para conseguir una alternativa",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Indica si es una plantilla personalizada o forma parte de la jerarqu\u00eda de plantillas",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "El prefijo de la plantilla para la plantilla creada. Se usa para extraer el tipo de plantilla principal, p. ej. en `taxonomia-libros` extrae `taxonomia`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug \u00fanico que identifica la plantilla.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificador del tema para la plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo de plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenido de la plantilla.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenido para la plantilla, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la plantilla.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "T\u00edtulo de la plantilla.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la plantilla, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la plantilla, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descripci\u00f3n de la plantilla.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Estado de la plantilla.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "El ID del autor de la plantilla.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "D\u00f3nde se pretende usar la parte de la plantilla (cabecera, pie de p\u00e1gina, etc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "El id de una plantilla",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Si se evita la papelera y se fuerza el borrado.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID del superior de la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID del superior de la revisi\u00f3n de estilos globales.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificador \u00fanico para la revisi\u00f3n de estilos globales.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "El identificador del tema",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "El identificador del tema",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<id>[\\\/\\d+]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "id": {
                            "description": "ID de la configuraci\u00f3n de estilos globales.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "styles": {
                            "description": "Estilos globales.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "Ajustes globales.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "T\u00edtulo de la variaci\u00f3n de estilos globales.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la variaci\u00f3n de estilos globales, tal y como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitar la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitar la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00f3mo interpretar la entrada de b\u00fasqueda.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array de nombres de columnas que se van a buscar.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.",
                            "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 fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La contrase\u00f1a para la entrada, si est\u00e1 protegida por contrase\u00f1a.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Si se evita la papelera y se fuerza el borrado.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID del superior de la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo del objeto.",
                            "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": "El ID del superior de la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificador \u00fanico para la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID del superior de la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificador \u00fanico para la revisi\u00f3n.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Es necesario que sea \u00abtrue\u00bb, ya que las revisiones no son compatibles con el env\u00edo a la papelera.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "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": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "El ID para el guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00f3mo interpretar la entrada de b\u00fasqueda.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "theme_json_version": {
                            "description": "Versi\u00f3n del schema theme.json usado para los ajustes de tipograf\u00eda.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "Declaraci\u00f3n font-family en formato theme.json, codificada como cadena.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp\/v2\/font-families"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-families\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "theme_json_version": {
                            "description": "Versi\u00f3n del schema theme.json usado para los ajustes de tipograf\u00eda.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "Declaraci\u00f3n font-family en formato theme.json, codificada como cadena.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Si se evita la papelera y se fuerza el borrado.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "El ID de la familia de fuentes padre de la fuente.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00f3mo interpretar la entrada de b\u00fasqueda.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "El ID de la familia de fuentes padre de la fuente.",
                            "type": "integer",
                            "required": true
                        },
                        "theme_json_version": {
                            "description": "Versi\u00f3n del schema theme.json usado para los ajustes de tipograf\u00eda.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_face_settings": {
                            "description": "Declaraci\u00f3n font-face en formato theme.json, codificada como cadena.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "El ID de la familia de fuentes padre de la fuente.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Identificador \u00fanico para el font face.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "El ID de la familia de fuentes padre de la fuente.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Identificador \u00fanico para el font face.",
                            "type": "integer",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Si se evita la papelera y se fuerza el borrado.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/spectra-popup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitar la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitar el conjunto de resultados a las publicaciones asignadas a autores espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye las publicaciones asignadas a autores espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limitar la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00f3mo interpretar la entrada de b\u00fasqueda.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array de nombres de columnas que se van a buscar.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.",
                            "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 fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "El ID del autor de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_uag_custom_page_level_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-sidebar-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-banner-title-visibility": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-disable-related-posts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "astra-migrate-meta-layouts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-enabled": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "ast-content-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "spectra-popup-type": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "unset"
                                },
                                "spectra-popup-enabled": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "spectra-popup-repetition": {
                                    "type": "number",
                                    "title": "",
                                    "description": "",
                                    "default": 1
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp\/v2\/spectra-popup"
                    }
                ]
            }
        },
        "\/wp\/v2\/spectra-popup\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La contrase\u00f1a para la entrada, si est\u00e1 protegida por contrase\u00f1a.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "El ID del autor de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_uag_custom_page_level_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-sidebar-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-banner-title-visibility": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-disable-related-posts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "astra-migrate-meta-layouts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-enabled": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "ast-content-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "spectra-popup-type": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "unset"
                                },
                                "spectra-popup-enabled": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "spectra-popup-repetition": {
                                    "type": "number",
                                    "title": "",
                                    "description": "",
                                    "default": 1
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Si se evita la papelera y se fuerza el borrado.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/spectra-popup\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "El t\u00edtulo para la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "T\u00edtulo para la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "T\u00edtulo HTML para la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "El ID del autor de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_uag_custom_page_level_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-sidebar-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-site-content-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-content-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "site-sidebar-style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-global-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-banner-title-visibility": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-main-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-above-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-below-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-hfb-mobile-header-display": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "site-post-title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-breadcrumbs-content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-featured-img": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footer-sml-layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "ast-disable-related-posts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "theme-transparent-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "adv-header-id-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stick-header-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-above-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-main-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "header-below-stick-meta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "astra-migrate-meta-layouts": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-enabled": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "default"
                                },
                                "ast-page-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "ast-content-background-meta": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "desktop": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "tablet": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        },
                                        "mobile": {
                                            "background-color": "var(--ast-global-color-5)",
                                            "background-image": "",
                                            "background-repeat": "repeat",
                                            "background-position": "center center",
                                            "background-size": "auto",
                                            "background-attachment": "scroll",
                                            "background-type": "",
                                            "background-media": "",
                                            "overlay-type": "",
                                            "overlay-color": "",
                                            "overlay-opacity": "",
                                            "overlay-gradient": ""
                                        }
                                    },
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "background-color": {
                                                    "type": "string"
                                                },
                                                "background-image": {
                                                    "type": "string"
                                                },
                                                "background-repeat": {
                                                    "type": "string"
                                                },
                                                "background-position": {
                                                    "type": "string"
                                                },
                                                "background-size": {
                                                    "type": "string"
                                                },
                                                "background-attachment": {
                                                    "type": "string"
                                                },
                                                "background-type": {
                                                    "type": "string"
                                                },
                                                "background-media": {
                                                    "type": "string"
                                                },
                                                "overlay-type": {
                                                    "type": "string"
                                                },
                                                "overlay-color": {
                                                    "type": "string"
                                                },
                                                "overlay-opacity": {
                                                    "type": "string"
                                                },
                                                "overlay-gradient": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "spectra-popup-type": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "unset"
                                },
                                "spectra-popup-enabled": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "spectra-popup-repetition": {
                                    "type": "number",
                                    "title": "",
                                    "description": "",
                                    "default": 1
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/spectra-popup\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "El ID para el guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitar la respuesta a entradas publicadas despu\u00e9s de una fecha dada compatible con ISO9601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitar la respuesta a las entradas modificadas despu\u00e9s de una fecha determinada conforme a la norma ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitar la respuesta a entradas publicadas antes de una fecha dada compatible con ISO9601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitar la respuesta a las entradas modificadas antes de una fecha determinada conforme a la norma ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00f3mo interpretar la entrada de b\u00fasqueda.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array de nombres de columnas que se van a buscar.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitar el conjunto de resultados a las entradas con uno o m\u00e1s slugs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limitar el conjunto de resultados a las entradas asignadas a uno o m\u00e1s estados.",
                            "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 fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp\/v2\/rm_content_editor"
                    }
                ]
            }
        },
        "\/wp\/v2\/rm_content_editor\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La contrase\u00f1a para la entrada, si est\u00e1 protegida por contrase\u00f1a.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico de la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Si se evita la papelera y se fuerza el borrado.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La fecha en la que se public\u00f3 la entrada, en la zona horaria del sitio.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que la entrada fue publicada, como GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para la entrada, \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Un nombre de estado de la entrada.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una contrase\u00f1a para proteger el acceso al contenido y al extracto.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "El contenido de la entrada.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido de la entrada, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenido HTML de la entrada, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versi\u00f3n del formato del bloque de contenido usado por la entrada.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Si el contenido est\u00e1 protegido con contrase\u00f1a o no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "El archivo del tema a usar para mostrar la entrada.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "El ID para el superior del guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "El ID para el guardado autom\u00e1tico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "Un identificador alfanum\u00e9rico del tipo de contenido.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Un identificador alfanum\u00e9rico del estado.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "Limitar los resultados a taxonom\u00edas asociadas con un tipo de contenido espec\u00edfico.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "Un identificador alfanum\u00e9rico de la taxonom\u00eda.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "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": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por atributo de t\u00e9rmino.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Si se ocultar\u00e1n o no los t\u00e9rminos asignados a cualquier entrada.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limitar el resultado a t\u00e9rminos asignados a un superior espec\u00edfico.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limitar el resultado a t\u00e9rminos asignados a una entrada espec\u00edfica.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitar el resultado a t\u00e9rminos con uno o m\u00e1s slugs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descripci\u00f3n HTML del t\u00e9rmino.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "T\u00edtulo HTML del t\u00e9rmino.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para el t\u00e9rmino \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Identificador del t\u00e9rmino superior.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "Identificador \u00fanico del t\u00e9rmino.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico del t\u00e9rmino.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descripci\u00f3n HTML del t\u00e9rmino.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "T\u00edtulo HTML del t\u00e9rmino.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para el t\u00e9rmino \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Identificador del t\u00e9rmino superior.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico del t\u00e9rmino.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Es necesario que sea \u00abtrue\u00bb, ya que los t\u00e9rminos no son compatibles con el env\u00edo a la papelera.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por atributo de t\u00e9rmino.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Si se ocultar\u00e1n o no los t\u00e9rminos asignados a cualquier entrada.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limitar el resultado a t\u00e9rminos asignados a una entrada espec\u00edfica.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitar el resultado a t\u00e9rminos con uno o m\u00e1s slugs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descripci\u00f3n HTML del t\u00e9rmino.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "T\u00edtulo HTML del t\u00e9rmino.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para el t\u00e9rmino \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "Identificador \u00fanico del t\u00e9rmino.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico del t\u00e9rmino.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descripci\u00f3n HTML del t\u00e9rmino.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "T\u00edtulo HTML del t\u00e9rmino.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para el t\u00e9rmino \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico del t\u00e9rmino.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Es necesario que sea \u00abtrue\u00bb, ya que los t\u00e9rminos no son compatibles con el env\u00edo a la papelera.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por atributo de t\u00e9rmino.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Si se ocultar\u00e1n o no los t\u00e9rminos asignados a cualquier entrada.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limitar el resultado a t\u00e9rminos asignados a una entrada espec\u00edfica.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitar el resultado a t\u00e9rminos con uno o m\u00e1s slugs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descripci\u00f3n HTML del t\u00e9rmino.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "T\u00edtulo HTML del t\u00e9rmino.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para el t\u00e9rmino \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Las ubicaciones asignadas al men\u00fa.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Si quieres a\u00f1adir autom\u00e1ticamente las p\u00e1ginas de nivel superior a este men\u00fa.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "Identificador \u00fanico del t\u00e9rmino.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico del t\u00e9rmino.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descripci\u00f3n HTML del t\u00e9rmino.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "T\u00edtulo HTML del t\u00e9rmino.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para el t\u00e9rmino \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Las ubicaciones asignadas al men\u00fa.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Si quieres a\u00f1adir autom\u00e1ticamente las p\u00e1ginas de nivel superior a este men\u00fa.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico del t\u00e9rmino.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Es necesario que sea \u00abtrue\u00bb, ya que los t\u00e9rminos no son compatibles con el env\u00edo a la papelera.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wp_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por atributo de t\u00e9rmino.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Si se ocultar\u00e1n o no los t\u00e9rminos asignados a cualquier entrada.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limitar el resultado a t\u00e9rminos asignados a una entrada espec\u00edfica.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitar el resultado a t\u00e9rminos con uno o m\u00e1s slugs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descripci\u00f3n HTML del t\u00e9rmino.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "T\u00edtulo HTML del t\u00e9rmino.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para el t\u00e9rmino \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "Identificador \u00fanico del t\u00e9rmino.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico del t\u00e9rmino.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descripci\u00f3n HTML del t\u00e9rmino.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "T\u00edtulo HTML del t\u00e9rmino.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico para el t\u00e9rmino \u00fanico para su tipo.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico del t\u00e9rmino.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Es necesario que sea \u00abtrue\u00bb, ya que los t\u00e9rminos no son compatibles con el env\u00edo a la papelera.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Ordenar la colecci\u00f3n por el atributo del usuario.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Limitar el resultado a usuarios con uno o m\u00e1s slugs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "Limitar el resultado a usuarios que se ajusten al menos a un perfil espec\u00edfico facilitado. Acepta listas en CSV o un solo perfil.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "Limita el conjunto de resultados a usuarios que coincidan, al menos, con una capacidad espec\u00edfica proporcionada. Acepta listas en CSV o una \u00fanica capacidad.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "Limitar el resultado a usuarios considerados autores.",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "Limitar el resultado a usuarios que han publicado entradas.",
                            "type": [
                                "boolean",
                                "array"
                            ],
                            "items": {
                                "type": "string",
                                "enum": {
                                    "post": "post",
                                    "page": "page",
                                    "attachment": "attachment",
                                    "nav_menu_item": "nav_menu_item",
                                    "wp_block": "wp_block",
                                    "wp_template": "wp_template",
                                    "wp_template_part": "wp_template_part",
                                    "wp_global_styles": "wp_global_styles",
                                    "wp_navigation": "wp_navigation",
                                    "wp_font_family": "wp_font_family",
                                    "wp_font_face": "wp_font_face",
                                    "spectra-popup": "spectra-popup",
                                    "rm_content_editor": "rm_content_editor"
                                }
                            },
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array de nombres de columnas que se van a buscar.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "email",
                                    "name",
                                    "id",
                                    "username",
                                    "slug"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "username": {
                            "description": "Nombre de acceso del usuario.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "Muestra el nombre del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Nombre del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Apellidos del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "La direcci\u00f3n de correo electr\u00f3nico del usuario.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "URL del usuario.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Descripci\u00f3n del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Idioma local del usuario.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ca",
                                "es_ES"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Alias del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Perfiles asignados al usuario.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Contrase\u00f1a del usuario (no incluida).",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "La fecha y hora en que se actualizaron las preferencias.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp\/v2\/users"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico del usuario.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico del usuario.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "Nombre de acceso del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Muestra el nombre del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Nombre del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Apellidos del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "La direcci\u00f3n de correo electr\u00f3nico del usuario.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "URL del usuario.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Descripci\u00f3n del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Idioma local del usuario.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ca",
                                "es_ES"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Alias del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Perfiles asignados al usuario.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Contrase\u00f1a del usuario (no incluida).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "La fecha y hora en que se actualizaron las preferencias.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico del usuario.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Es necesario que sea \u00abtrue\u00bb, ya que los usuarios no son compatibles con el env\u00edo a la papelera.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Reasignando las entradas y los enlaces del usuario borrados a la ID de este usuario.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "Nombre de acceso del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Muestra el nombre del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Nombre del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Apellidos del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "La direcci\u00f3n de correo electr\u00f3nico del usuario.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "URL del usuario.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Descripci\u00f3n del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Idioma local del usuario.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ca",
                                "es_ES"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Alias del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificador alfanum\u00e9rico del usuario.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Perfiles asignados al usuario.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Contrase\u00f1a del usuario (no incluida).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "La fecha y hora en que se actualizaron las preferencias.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Es necesario que sea \u00abtrue\u00bb, ya que los usuarios no son compatibles con el env\u00edo a la papelera.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Reasignando las entradas y los enlaces del usuario borrados a la ID de este usuario.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Un UUID proporcionado por la aplicaci\u00f3n para identificarla de forma \u00fanica. Se recomienda usar un UUID v5 con la URL o el espacio de nombres DNS.",
                            "type": "string",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "required": false
                        },
                        "name": {
                            "description": "El nombre de la contrase\u00f1a de la aplicaci\u00f3n.",
                            "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": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "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": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Un UUID proporcionado por la aplicaci\u00f3n para identificarla de forma \u00fanica. Se recomienda usar un UUID v5 con la URL o el espacio de nombres DNS.",
                            "type": "string",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "required": false
                        },
                        "name": {
                            "description": "El nombre de la contrase\u00f1a de la aplicaci\u00f3n.",
                            "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": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitar la respuesta a comentarios publicados despu\u00e9s de una fecha dada compatible con ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitar el conjunto de resultados a comentarios asignados a identificadores de usuario espec\u00edficos. Necesita autorizaci\u00f3n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye los comentarios asignados a IDs de usuario espec\u00edficos. Necesita autorizaci\u00f3n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "Limitar el conjunto de resultados a aquellos con un correo electr\u00f3nico de autor espec\u00edfico. Necesita autorizaci\u00f3n.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "Limitar la respuesta a comentarios publicados antes de una fecha dada compatible con ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo del comentario.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "Limitar el resultado a comentarios con ID superiores espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "Asegurar que el conjunto de resultados excluya los IDs superiores espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "Limitar el resultado a comentarios asignados a IDs de entrada espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "Limitar el conjunto de resultados a los comentarios asignados a un estado espec\u00edfico. Necesita autorizaci\u00f3n.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "Limitar el conjunto de resultados a los comentarios asignados a un tipo espec\u00edfico. Necesita autorizaci\u00f3n.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "La contrase\u00f1a para la entrada, si est\u00e1 protegida por contrase\u00f1a.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "El ID del objeto del usuario, si el autor era un usuario.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Direcci\u00f3n de correo electr\u00f3nico del autor del comentario.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "Direcci\u00f3n IP del autor del comentario.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Muestra el nombre del autor del comentario.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL del autor del comentario.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "Agente de usuario del autor del comentario.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "El contenido para el comentario.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido para el comentario, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenido HTML para el comentario, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "La fecha en la que se public\u00f3 el comentario, en la zona horaria del sitio.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que el comentario fue publicado, como GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "El ID del superior del comentario.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "El ID del objeto asociado a la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Estado del comentario.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Estado de resoluci\u00f3n de la nota",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "Identificador \u00fanico para el comentario.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La contrase\u00f1a de la entrada superior del comentario (si la entrada est\u00e1 protegida por contrase\u00f1a).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico para el comentario.",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "El ID del objeto del usuario, si el autor era un usuario.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Direcci\u00f3n de correo electr\u00f3nico del autor del comentario.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "Direcci\u00f3n IP del autor del comentario.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Muestra el nombre del autor del comentario.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL del autor del comentario.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "Agente de usuario del autor del comentario.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "El contenido para el comentario.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Contenido para el comentario, tal como existe en la base de datos.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenido HTML para el comentario, transformado para su visualizaci\u00f3n.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "La fecha en la que se public\u00f3 el comentario, en la zona horaria del sitio.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La fecha en la que el comentario fue publicado, como GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "El ID del superior del comentario.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "El ID del objeto asociado a la entrada.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Estado del comentario.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campos meta.",
                            "type": "object",
                            "properties": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Estado de resoluci\u00f3n de la nota",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico para el comentario.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Si se evita la papelera y se fuerza el borrado.",
                            "required": false
                        },
                        "password": {
                            "description": "La contrase\u00f1a de la entrada superior del comentario (si la entrada est\u00e1 protegida por contrase\u00f1a).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "Limitar los resultados a elementos de un tipo de objeto.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "Limitar los resultados a elementos de uno o m\u00e1s subtipos de objetos.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "category",
                                    "post_tag",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "Asegurar que el conjunto de resultados excluye IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitar el conjunto de resultados a IDs espec\u00edficos.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "Nombre \u00fanico registrado para el bloque.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Atributos para el bloque.",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contexto de la entrada.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Espacio de nombres del bloque.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Espacio de nombres del bloque.",
                            "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": "Nombre del bloque.",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "Espacio de nombres del bloque.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "title": "T\u00edtulo",
                            "description": "T\u00edtulo del sitio.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "title": "Descripci\u00f3n corta",
                            "description": "Descripci\u00f3n corta del sitio.",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "title": "",
                            "description": "URL del sitio.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "title": "",
                            "description": "Esta direcci\u00f3n se utiliza para fines de administraci\u00f3n, por ejemplo, avisos de nuevos usuarios.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "title": "",
                            "description": "Una ciudad en la misma zona horaria que t\u00fa.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "title": "",
                            "description": "Formato fecha para todas las cadenas de fecha.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "title": "",
                            "description": "Formato de hora para todas las cadenas de hora.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "title": "",
                            "description": "El n\u00famero de d\u00eda en el que la semana debe comenzar.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "title": "",
                            "description": "C\u00f3digo del idioma local de WordPress.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "title": "",
                            "description": "Convierte emoticonos como :-) y :-P en gr\u00e1ficos en la pantalla.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "title": "",
                            "description": "Categoria de entrada por defecto",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "title": "",
                            "description": "Formato de la entrada por defecto.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "title": "Entradas m\u00e1ximas por p\u00e1gina",
                            "description": "P\u00e1ginas de blog mostradas como m\u00e1ximo.",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "title": "Mostrar en la portada",
                            "description": "Qu\u00e9 mostrar en la p\u00e1gina de inicio",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "title": "P\u00e1gina en la portada",
                            "description": "El ID de la p\u00e1gina que debe mostrarse en la p\u00e1gina de inicio",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "title": "",
                            "description": "El ID de la p\u00e1gina que debe mostrar las \u00faltimas entradas",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "title": "",
                            "description": "Permite avisos de enlaces desde otros sitios (pingbacks y trackbacks) en los nuevos art\u00edculos.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "title": "Permitir comentarios en las entradas nuevas",
                            "description": "Permitir a la gente enviar comentarios en las nuevas entradas.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "title": "Logotipo",
                            "description": "Logotipo del sitio.",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "title": "Icono",
                            "description": "Icono del sitio.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Limitar el conjunto de resultados a los temas asignados a uno o m\u00e1s estados. ",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "La hoja de estilos del tema. Esto identifica el tema de forma \u00fanica.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Limita los resultados a plugins con el estado dado.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Slug del plugin en el directorio WordPress.org.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "Estado de activaci\u00f3n del plugin.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "Estado de activaci\u00f3n del plugin.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "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": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "El ID de una barra lateral registrada",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "Widgets anidados.",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "El ID del tipo de widget.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "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": "El ID del tipo de widget.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Ajustes de la instancia actual del widget.",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "Datos serializados de formulario de widget para cifrar en los ajustes de la instancia.",
                            "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": "El ID del tipo de widget.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Ajustes de la instancia actual 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": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "La barra lateral a la que devolver el widget.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico del widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "El tipo de widget. Corresponde al ID en la variable widget-types.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "La barra lateral a la que pertenece el widget.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Ajustes de la instancia del widget, si es compatible.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Representaci\u00f3n base64 cifrada de los ajustes de la instancia.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Hash criptogr\u00e1fico de los ajustes de la instancia.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Ajustes de instancia sin cifrar, si es compatible.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "Datos de formulario cifrados por URL del formulario de administraci\u00f3n del widget. Se usa para actualizar un widget que no tenga compatibilidad con instancias. Solo escritura.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificador \u00fanico del widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "El tipo de widget. Corresponde al ID en la variable widget-types.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "La barra lateral a la que pertenece el widget.",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "Ajustes de la instancia del widget, si es compatible.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Representaci\u00f3n base64 cifrada de los ajustes de la instancia.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Hash criptogr\u00e1fico de los ajustes de la instancia.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Ajustes de instancia sin cifrar, si es compatible.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "Datos de formulario cifrados por URL del formulario de administraci\u00f3n del widget. Se usa para actualizar un widget que no tenga compatibilidad con instancias. Solo escritura.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "Si forzar la eliminaci\u00f3n del widget o moverlo a la barra lateral inactiva.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "Limitar el resultado a bloques que coincidan con el t\u00e9rmino de b\u00fasqueda.",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitar los resultados a aquellos que coinciden con una cadena.",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "Limitar los resultados a los que coincidan con un ID de categor\u00eda.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "Limitar resultados a los que coincidan con el ID de una palabra clave.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita los resultados a los que coinciden con un patr\u00f3n (slug).",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "Desplazar el conjunto de resultados un n\u00famero espec\u00edfico de elementos.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Orden de clasificaci\u00f3n de atributos ascendente o descendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordenar la colecci\u00f3n por el atributo de la entrada.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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:\/\/www.alceoimmobiliari.com\/es\/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:\/\/www.alceoimmobiliari.com\/es\/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:\/\/www.alceoimmobiliari.com\/es\/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:\/\/www.alceoimmobiliari.com\/es\/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:\/\/www.alceoimmobiliari.com\/es\/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:\/\/www.alceoimmobiliari.com\/es\/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:\/\/www.alceoimmobiliari.com\/es\/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:\/\/www.alceoimmobiliari.com\/es\/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:\/\/www.alceoimmobiliari.com\/es\/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:\/\/www.alceoimmobiliari.com\/es\/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:\/\/www.alceoimmobiliari.com\/es\/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": "La URL a procesar.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/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 identificador alfanum\u00e9rico de la ubicaci\u00f3n del men\u00fa.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "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:\/\/www.alceoimmobiliari.com\/es\/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:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp\/v2\/font-collections"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections\/(?P<slug>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-abilities\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp-abilities\/v1"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp-abilities\/v1\/categories"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories\/(?P<slug>[a-z0-9]+(?:-[a-z0-9]+)*)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Identificador \u00fanico de la categor\u00eda de capacidad.",
                            "type": "string",
                            "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+?)\/run": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "name": {
                            "description": "Identificador \u00fanico de la hab\u00edlidad.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        },
                        "input": {
                            "description": "Par\u00e1metros de entrada para la ejecuci\u00f3n de la capacidad.",
                            "type": [
                                "integer",
                                "number",
                                "boolean",
                                "string",
                                "array",
                                "object",
                                "null"
                            ],
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u00c1mbito de aplicaci\u00f3n de la solicitud; determina los campos presentes en la respuesta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "P\u00e1gina actual de la colecci\u00f3n.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "N\u00famero m\u00e1ximo de elementos que se devolver\u00e1n en el conjunto de resultados.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "category": {
                            "description": "Limita los resultados a capacidades en la categor\u00eda de capacidad espec\u00edfica.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp-abilities\/v1\/abilities"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Identificador \u00fanico de la hab\u00edlidad.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        }
                    }
                }
            ]
        }
    },
    "site_logo": 2460,
    "site_icon": 2605,
    "site_icon_url": "https:\/\/www.alceoimmobiliari.com\/wp-content\/uploads\/2025\/09\/cropped-Alceo2.png",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_logo",
                "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp\/v2\/media\/2460"
            },
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/www.alceoimmobiliari.com\/es\/wp-json\/wp\/v2\/media\/2605"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}