{
    "name": "Livingagro ICT Platform",
    "description": "Agroforestry LAB",
    "url": "https:\/\/www.livingagrolab.eu",
    "home": "https:\/\/www.livingagrolab.eu\/it",
    "gmt_offset": 2,
    "timezone_string": "Europe\/Rome",
    "namespaces": [
        "oembed\/1.0",
        "webp-converter\/v1",
        "wordfence\/v1",
        "yoast\/v1",
        "whm\/v3",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1"
    ],
    "authentication": {
        "oauth2": {
            "authorize": "https:\/\/www.livingagrolab.eu\/oauth\/authorize",
            "token": "https:\/\/www.livingagrolab.eu\/oauth\/token",
            "me": "https:\/\/www.livingagrolab.eu\/oauth\/me",
            "version": "2.0",
            "software": "WP OAuth Server"
        }
    },
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/"
                    }
                ]
            }
        },
        "\/batch\/v1": {
            "namespace": "",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "validation": {
                            "type": "string",
                            "enum": [
                                "require-all-validate",
                                "normal"
                            ],
                            "default": "normal",
                            "required": false
                        },
                        "requests": {
                            "type": "array",
                            "maxItems": 25,
                            "items": {
                                "type": "object",
                                "properties": {
                                    "method": {
                                        "type": "string",
                                        "enum": [
                                            "POST",
                                            "PUT",
                                            "PATCH",
                                            "DELETE"
                                        ],
                                        "default": "POST"
                                    },
                                    "path": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "body": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": true
                                    },
                                    "headers": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": {
                                            "type": [
                                                "string",
                                                "array"
                                            ],
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/batch\/v1"
                    }
                ]
            }
        },
        "\/oembed\/1.0": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "oembed\/1.0",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "L'URL della risorsa da cui recuperare i dati oEmbed.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "L'URL della risorsa da cui recuperare i dati oEmbed.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "Il formato oEmbed da utilizzare.",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "La larghezza massima in pixel del frame incorporato.",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "L'altezza massima in pixel del frame incorporato.",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "Se eseguire una richiesta esplorativa di oEmbed per provider non autorizzati.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/webp-converter\/v1": {
            "namespace": "webp-converter\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "webp-converter\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/webp-converter\/v1"
                    }
                ]
            }
        },
        "\/webp-converter\/v1\/cron-conversion": {
            "namespace": "webp-converter\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/webp-converter\/v1\/cron-conversion"
                    }
                ]
            }
        },
        "\/webp-converter\/v1\/images-stats": {
            "namespace": "webp-converter\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/webp-converter\/v1\/images-stats"
                    }
                ]
            }
        },
        "\/webp-converter\/v1\/paths": {
            "namespace": "webp-converter\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "regenerate_force": {
                            "description": "Option to force all images to be converted again (set `1` to enable)",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/webp-converter\/v1\/paths"
                    }
                ]
            }
        },
        "\/webp-converter\/v1\/regenerate": {
            "namespace": "webp-converter\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "regenerate_force": {
                            "description": "Option to force all images to be converted again (set `1` to enable)",
                            "default": false,
                            "required": false
                        },
                        "paths": {
                            "description": "Array of file paths (server paths)",
                            "default": [],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/webp-converter\/v1\/regenerate"
                    }
                ]
            }
        },
        "\/wordfence\/v1": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wordfence\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wordfence\/v1"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/authenticate": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wordfence\/v1\/authenticate"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/authenticate-premium": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wordfence\/v1\/authenticate-premium"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/config": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wordfence\/v1\/config"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/disconnect": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wordfence\/v1\/disconnect"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/premium-connect": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wordfence\/v1\/premium-connect"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/scan\/issues": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wordfence\/v1\/scan\/issues"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/scan": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wordfence\/v1\/scan"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/scan\/issue": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wordfence\/v1\/scan\/issue"
                    }
                ]
            }
        },
        "\/yoast\/v1": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "yoast\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1"
                    }
                ]
            }
        },
        "\/yoast\/v1\/file_size": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "type": "string",
                            "description": "The url to retrieve",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/file_size"
                    }
                ]
            }
        },
        "\/yoast\/v1\/statistics": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/statistics"
                    }
                ]
            }
        },
        "\/yoast\/v1\/alerts\/dismiss": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "key": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/alerts\/dismiss"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts\/site_representation": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "company_or_person": {
                            "type": "string",
                            "enum": [
                                "company",
                                "person"
                            ],
                            "required": true
                        },
                        "company_name": {
                            "type": "string",
                            "required": false
                        },
                        "company_logo": {
                            "type": "string",
                            "required": false
                        },
                        "company_logo_id": {
                            "type": "integer",
                            "required": false
                        },
                        "person_logo": {
                            "type": "string",
                            "required": false
                        },
                        "person_logo_id": {
                            "type": "integer",
                            "required": false
                        },
                        "company_or_person_user_id": {
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/workouts\/site_representation"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts\/social_profiles": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "facebook_site": {
                            "type": "string",
                            "required": false
                        },
                        "twitter_site": {
                            "type": "string",
                            "required": false
                        },
                        "instagram_url": {
                            "type": "string",
                            "required": false
                        },
                        "linkedin_url": {
                            "type": "string",
                            "required": false
                        },
                        "myspace_url": {
                            "type": "string",
                            "required": false
                        },
                        "pinterest_url": {
                            "type": "string",
                            "required": false
                        },
                        "youtube_url": {
                            "type": "string",
                            "required": false
                        },
                        "wikipedia_url": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/workouts\/social_profiles"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts\/enable_tracking": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "tracking": {
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/workouts\/enable_tracking"
                    }
                ]
            }
        },
        "\/yoast\/v1\/get_head": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/get_head"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/posts": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/indexing\/posts"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/terms": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/indexing\/terms"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/post-type-archives": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/indexing\/post-type-archives"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/general": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/indexing\/general"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/prepare": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/indexing\/prepare"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/indexables-complete": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/indexing\/indexables-complete"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/complete": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/indexing\/complete"
                    }
                ]
            }
        },
        "\/yoast\/v1\/link-indexing\/posts": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/link-indexing\/posts"
                    }
                ]
            }
        },
        "\/yoast\/v1\/link-indexing\/terms": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/link-indexing\/terms"
                    }
                ]
            }
        },
        "\/yoast\/v1\/semrush\/authenticate": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/semrush\/authenticate"
                    }
                ]
            }
        },
        "\/yoast\/v1\/semrush\/country_code": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country_code": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/semrush\/country_code"
                    }
                ]
            }
        },
        "\/yoast\/v1\/semrush\/related_keyphrases": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "keyphrase": {
                            "required": true
                        },
                        "country_code": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/semrush\/related_keyphrases"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/authorization-url": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/wincher\/authorization-url"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/authenticate": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "required": true
                        },
                        "websiteId": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/wincher\/authenticate"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/keyphrases\/track": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keyphrases": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/wincher\/keyphrases\/track"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/keyphrases": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keyphrases": {
                            "required": false
                        },
                        "permalink": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/wincher\/keyphrases"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/keyphrases\/untrack": {
            "namespace": "yoast\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/wincher\/keyphrases\/untrack"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "configuration": {
                            "required": true
                        },
                        "cornerstone": {
                            "required": true
                        },
                        "orphaned": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/workouts"
                    }
                ]
            }
        },
        "\/yoast\/v1\/link_suggestions": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "prominent_words": {
                            "type": "object",
                            "description": "Stems of prominent words and their term frequencies we want link suggestions based on",
                            "required": true
                        },
                        "object_id": {
                            "type": "integer",
                            "description": "The object id of the current indexable.",
                            "required": true
                        },
                        "object_type": {
                            "type": "string",
                            "description": "The object type of the current indexable.",
                            "required": true
                        },
                        "limit": {
                            "default": 5,
                            "type": "integer",
                            "description": "The maximum number of link suggestions to retrieve",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/link_suggestions"
                    }
                ]
            }
        },
        "\/yoast\/v1\/prominent_words\/get_content": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/prominent_words\/get_content"
                    }
                ]
            }
        },
        "\/yoast\/v1\/prominent_words\/complete": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/prominent_words\/complete"
                    }
                ]
            }
        },
        "\/yoast\/v1\/prominent_words\/save": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "object_id": {
                                        "type": "number",
                                        "required": true
                                    },
                                    "prominent_words": {
                                        "type": "object",
                                        "required": false
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/prominent_words\/save"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts\/noindex": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "object_id": {
                            "type": "integer",
                            "required": true
                        },
                        "object_type": {
                            "type": "string",
                            "required": true
                        },
                        "object_sub_type": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/workouts\/noindex"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts\/remove_redirect": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "object_id": {
                            "type": "integer",
                            "required": true
                        },
                        "object_type": {
                            "type": "string",
                            "required": true
                        },
                        "object_sub_type": {
                            "type": "string",
                            "required": true
                        },
                        "permalink": {
                            "type": "string",
                            "required": true
                        },
                        "redirect_url": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/workouts\/remove_redirect"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts\/link_suggestions": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "indexableId": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/workouts\/link_suggestions"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts\/last_updated": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "postId": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/workouts\/last_updated"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts\/cornerstone_data": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/workouts\/cornerstone_data"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts\/enable_cornerstone": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "object_id": {
                            "type": "integer",
                            "required": true
                        },
                        "object_type": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/workouts\/enable_cornerstone"
                    }
                ]
            }
        },
        "\/whm\/v3": {
            "namespace": "whm\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "whm\/v3",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/whm\/v3"
                    }
                ]
            }
        },
        "\/whm\/v3\/themesettings": {
            "namespace": "whm\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/whm\/v3\/themesettings"
                    }
                ]
            }
        },
        "\/yoast\/v1\/redirects": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "origin": {
                            "type": "string",
                            "description": "The origin to redirect",
                            "required": true
                        },
                        "target": {
                            "type": "string",
                            "description": "The redirect target",
                            "required": false
                        },
                        "type": {
                            "type": "integer",
                            "description": "The redirect type",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/redirects"
                    }
                ]
            }
        },
        "\/yoast\/v1\/redirects\/delete": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "origin": {
                            "type": "string",
                            "description": "The origin to redirect",
                            "required": true
                        },
                        "target": {
                            "type": "string",
                            "description": "The redirect target",
                            "required": false
                        },
                        "type": {
                            "type": "string",
                            "description": "The redirect format",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/redirects\/delete"
                    }
                ]
            }
        },
        "\/yoast\/v1\/redirects\/undo-for-object": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "obj_id": {
                            "type": "int",
                            "description": "The id of the post or term",
                            "required": true
                        },
                        "obj_type": {
                            "type": "string",
                            "description": "The object type: post or term",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/yoast\/v1\/redirects\/undo-for-object"
                    }
                ]
            }
        },
        "\/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.livingagrolab.eu\/it\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita la serie di risultati agli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Garantisce che la serie di risultati escluda gli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia categories.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Se i termini figli sono inclusi nei termini che limitano il set di risultati.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia categories.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Se i termini figli sono inclusi nei termini che limitano il set di risultati.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Limita la serie di risultati agli elementi in evidenza.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Il formato per l\u2019articolo.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "sticky": {
                            "description": "Se l'articolo sia da trattare come in evidenza o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "I termini assegnati all'articolo nella tassonomia category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "I termini assegnati all'articolo nella tassonomia post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/posts"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Il formato per l\u2019articolo.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "sticky": {
                            "description": "Se l'articolo sia da trattare come in evidenza o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "I termini assegnati all'articolo nella tassonomia category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "I termini assegnati all'articolo nella tassonomia post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Il formato per l\u2019articolo.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "sticky": {
                            "description": "Se l'articolo sia da trattare come in evidenza o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "I termini assegnati all'articolo nella tassonomia category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "I termini assegnati all'articolo nella tassonomia post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita la serie di risultati agli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Garantisce che la serie di risultati escluda gli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limita l'insieme di risultati agli articoli con uno specifico valore menu_order.",
                            "type": "integer",
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita la serie di risultati dei particolari parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita il risultato a tutti gli elementi eccetto quelli di un particolare ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ordine dell'articolo in relazione ad altri articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "I termini assegnati all'articolo nella tassonomia post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/pages"
                    }
                ]
            }
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ordine dell'articolo in relazione ad altri articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "I termini assegnati all'articolo nella tassonomia post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ordine dell'articolo in relazione ad altri articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "I termini assegnati all'articolo nella tassonomia post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita la serie di risultati agli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Garantisce che la serie di risultati escluda gli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita la serie di risultati dei particolari parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita il risultato a tutti gli elementi eccetto quelli di un particolare ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "Limita l'insieme dei risultati agli allegati di un tipo media specifico.",
                            "type": "string",
                            "enum": [
                                "image",
                                "video",
                                "text",
                                "application",
                                "audio"
                            ],
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "Limita l'insieme dei risultati agli allegati con uno specifico tipo MIME.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Testo alternativo da mostrare quando la risorsa non \u00e8 visualizzata.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "La didascalia dell'allegato.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Didascalia per l'allegato, cos\u00ec come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Didascalia HTML per l'allegato, trasformata per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'allegato.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Descrizione dell'allegato, cos\u00ec come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Descrizione HTML per l'allegato, trasformata per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "L'ID dell'articolo associato all'allegato.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/media"
                    }
                ]
            }
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Testo alternativo da mostrare quando la risorsa non \u00e8 visualizzata.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "La didascalia dell'allegato.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Didascalia per l'allegato, cos\u00ec come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Didascalia HTML per l'allegato, trasformata per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'allegato.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Descrizione dell'allegato, cos\u00ec come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Descrizione HTML per l'allegato, trasformata per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "L'ID dell'articolo associato all'allegato.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per l'allegato.",
                            "type": "integer",
                            "required": false
                        },
                        "action": {
                            "type": "string",
                            "enum": [
                                "create-image-subsizes"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/edit": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "src": {
                            "description": "URL al file dell'immagine modificata.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "Array delle modifiche dell'immagine.",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "Modifica delle immagini.",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "Rotazione",
                                        "properties": {
                                            "type": {
                                                "description": "Tipo di rotazione.",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "Argomenti della rotazione.",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "Angolo in gradi per la rotazione in senso orario.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "Ritaglia",
                                        "properties": {
                                            "type": {
                                                "description": "Tipo di crop.",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "Argomenti del crop.",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "Distanza orizzontale da sinistra per iniziare il ritaglio in percentuale della larghezza dell'immagine.",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "Distanza verticale dall'alto per iniziare il ritaglio in percentuale dell'altezza dell'immagine.",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "Larghezza del crop come percentuale della larghezza dell'immagine.",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "Altezza del crop come percentuale dell'altezza dell'immagine.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "I gradi in senso orario di rotazione dell'immagine. DEPRECATO: preferire i `modifiers`.",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "La posizione x da cui iniziare il ritaglio dell'immagine. DEPRECATO: preferire i `modifiers`.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "La posizione y da cui iniziare il ritaglio dell'immagine. DEPRECATO: preferire i `modifiers`.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "La larghezza di ritaglio dell'immagine in percentuale dell'immagine. DEPRECATO: preferire i `modifiers`.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "L'altezza di ritaglio dell'immagine in percentuale dell'immagine. DEPRECATO: preferire i `modifiers`.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "type": "string",
                            "default": "menu_order",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia menus.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia menus.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limita l'insieme di risultati agli articoli con uno specifico valore menu_order.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "Il titolo dell'oggetto.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'oggetto, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'oggetto, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "La famiglia di oggetti originariamente rappresentato, come \"post_type\" o \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Uno stato con nome per l'oggetto.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "L'id del genitore dell'oggetto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Testo per l'attributo title dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Nomi della classi per l'elemento link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione di questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "L'ID DB di nav_menu_item che \u00e8 genitore di questa voce di menu, se presente. Altrimenti 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Il tipo di oggetto originariamente rappresentato, come \"category\", \"post\" o \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "L'ID del database dell'oggetto originale che questo elemento di menu rappresenta, ad esempio l'ID per gli articoli o il term_id per le categorie.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "L'attributo target dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "L'URL al quale questa voce di menu punta.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "La relazione XFN espressa nel link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "I termini assegnati all'oggetto nella tassonomia nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/menu-items"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'oggetto.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'oggetto, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'oggetto, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "La famiglia di oggetti originariamente rappresentato, come \"post_type\" o \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'oggetto.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "L'id del genitore dell'oggetto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Testo per l'attributo title dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Nomi della classi per l'elemento link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione di questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ID DB di nav_menu_item che \u00e8 genitore di questa voce di menu, se presente. Altrimenti 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Il tipo di oggetto originariamente rappresentato, come \"category\", \"post\" o \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "L'ID del database dell'oggetto originale che questo elemento di menu rappresenta, ad esempio l'ID per gli articoli o il term_id per le categorie.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "L'attributo target dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "L'URL al quale questa voce di menu punta.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "La relazione XFN espressa nel link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "I termini assegnati all'oggetto nella tassonomia nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'id del genitore dell'oggetto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'oggetto.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'oggetto, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'oggetto, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "La famiglia di oggetti originariamente rappresentato, come \"post_type\" o \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'oggetto.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "Testo per l'attributo title dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Nomi della classi per l'elemento link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione di questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ID DB di nav_menu_item che \u00e8 genitore di questa voce di menu, se presente. Altrimenti 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Il tipo di oggetto originariamente rappresentato, come \"category\", \"post\" o \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "L'ID del database dell'oggetto originale che questo elemento di menu rappresenta, ad esempio l'ID per gli articoli o il term_id per le categorie.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "L'attributo target dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "L'URL al quale questa voce di menu punta.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "La relazione XFN espressa nel link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "I termini assegnati all'oggetto nella tassonomia nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/blocks"
                    }
                ]
            }
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limita all'ID articolo specificato.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limita all'area della parte di template specificato.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Post type da cui prendere i template.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Stato del template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Lo slug del template per cui ottenere l'alternativa predefinita",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Indica se un template \u00e8 personalizzato o \u00e8 parte della gerarchia di template",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "Il prefisso del template creato. Si usa per estrarre il tipo di template principale, ad esempio da `tassonomia-libri` si estrae la `tassonomia`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/templates\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limita all'ID articolo specificato.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limita all'area della parte di template specificato.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Post type da cui prendere i template.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Stato del template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Si intende quella parte o sezione del template destinata ad un uso specifico (header, footer, ecc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Lo slug del template per cui ottenere l'alternativa predefinita",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Indica se un template \u00e8 personalizzato o \u00e8 parte della gerarchia di template",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "Il prefisso del template creato. Si usa per estrarre il tipo di template principale, ad esempio da `tassonomia-libri` si estrae la `tassonomia`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/template-parts\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Si intende quella parte o sezione del template destinata ad un uso specifico (header, footer, ecc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Si intende quella parte o sezione del template destinata ad un uso specifico (header, footer, ecc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/navigation"
                    }
                ]
            }
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/project": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "project_category": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia project_category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "project_category_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia project_category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "project_category": {
                            "description": "I termini assegnati all'articolo nella tassonomia project_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/project"
                    }
                ]
            }
        },
        "\/wp\/v2\/project\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "project_category": {
                            "description": "I termini assegnati all'articolo nella tassonomia project_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/project\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "project_category": {
                            "description": "I termini assegnati all'articolo nella tassonomia project_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/project\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/partners": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "tipologia_partner": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia tipologia_partner.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tipologia_partner_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia tipologia_partner.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "tipologia_partner": {
                            "description": "I termini assegnati all'articolo nella tassonomia tipologia_partner.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/partners"
                    }
                ]
            }
        },
        "\/wp\/v2\/partners\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "tipologia_partner": {
                            "description": "I termini assegnati all'articolo nella tassonomia tipologia_partner.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/partners\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "tipologia_partner": {
                            "description": "I termini assegnati all'articolo nella tassonomia tipologia_partner.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/partners\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/event": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "cmcal_calendar": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia cmcal_calendar.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Se i termini figli sono inclusi nei termini che limitano il set di risultati.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "cmcal_calendar_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia cmcal_calendar.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Se i termini figli sono inclusi nei termini che limitano il set di risultati.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "cmcal_calendar": {
                            "description": "I termini assegnati all'articolo nella tassonomia cmcal_calendar.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/event"
                    }
                ]
            }
        },
        "\/wp\/v2\/event\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "cmcal_calendar": {
                            "description": "I termini assegnati all'articolo nella tassonomia cmcal_calendar.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/event\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "cmcal_calendar": {
                            "description": "I termini assegnati all'articolo nella tassonomia cmcal_calendar.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/event\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/news": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categorie_delle_news": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia categorie_delle_news.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categorie_delle_news_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia categorie_delle_news.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "categorie_delle_news": {
                            "description": "I termini assegnati all'articolo nella tassonomia categorie_delle_news.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/news"
                    }
                ]
            }
        },
        "\/wp\/v2\/news\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "categorie_delle_news": {
                            "description": "I termini assegnati all'articolo nella tassonomia categorie_delle_news.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/news\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "categorie_delle_news": {
                            "description": "I termini assegnati all'articolo nella tassonomia categorie_delle_news.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/news\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/exp_generator": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita la serie di risultati agli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Garantisce che la serie di risultati escluda gli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limita l'insieme di risultati agli articoli con uno specifico valore menu_order.",
                            "type": "integer",
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ordine dell'articolo in relazione ad altri articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Il formato per l\u2019articolo.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/exp_generator"
                    }
                ]
            }
        },
        "\/wp\/v2\/exp_generator\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ordine dell'articolo in relazione ad altri articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Il formato per l\u2019articolo.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/exp_generator\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/exp_generator\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/exp_generator\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ordine dell'articolo in relazione ad altri articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Il formato per l\u2019articolo.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/exp_generator\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "Un identificativo alfanumerico per il tipo di contenuto (post type).",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Un identificativo alfanumerico per lo stato.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "Limita i risultati alle tassonomie associate ad uno specifico tipo di contenuto (post type).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "Un identificativo alfanumerico per la tassonomia.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del termine genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del termine genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/tags"
                    }
                ]
            }
        },
        "\/wp\/v2\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Le posizioni assegnate al menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Se aggiungere automaticamente le pagine di primo livello a questo menu.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/menus"
                    }
                ]
            }
        },
        "\/wp\/v2\/menus\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Le posizioni assegnate al menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Se aggiungere automaticamente le pagine di primo livello a questo menu.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/project_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/project_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/project_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/categorie_delle_news": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/categorie_delle_news"
                    }
                ]
            }
        },
        "\/wp\/v2\/categorie_delle_news\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/documents_categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/documents_categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/documents_categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tipologia_partner": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/tipologia_partner"
                    }
                ]
            }
        },
        "\/wp\/v2\/tipologia_partner\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/cmcal_calendar": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del termine genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/cmcal_calendar"
                    }
                ]
            }
        },
        "\/wp\/v2\/cmcal_calendar\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del termine genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Ordina la raccolta per l'attributo dell'utente.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli utenti con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "Limita la serie di risultati agli utenti che corrispondono ad almeno uno dei ruoli indicati. Pu\u00f2 accettare un elenco csv o un singolo ruolo.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "Limite di risultati impostato per gli utenti che corrispondono ad almeno una capacit\u00e0 specifica fornita. Accetta elenco CSV o capacit\u00e0 singola.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "Limita il risultato impostato agli utenti che sono considerati autori.",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "Limita il risultato impostato agli utenti che hanno pubblicato degli articoli.",
                            "type": [
                                "boolean",
                                "array"
                            ],
                            "items": {
                                "type": "string",
                                "enum": {
                                    "post": "post",
                                    "page": "page",
                                    "attachment": "attachment",
                                    "nav_menu_item": "nav_menu_item",
                                    "wp_block": "wp_block",
                                    "wp_template": "wp_template",
                                    "wp_template_part": "wp_template_part",
                                    "wp_navigation": "wp_navigation",
                                    "project": "project",
                                    "partners": "partners",
                                    "event": "event",
                                    "news": "news",
                                    "exp_generator": "exp_generator"
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "username": {
                            "description": "Il nome per l'accesso dell'utente.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "Visualizza il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Il cognome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "L'indirizzo email per l'utente.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "L'URL dell'utente.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "La lingua per l'utente.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "el",
                                "en_GB",
                                "it_IT"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Il nickname per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Ruoli assegnati all'utente.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password per l'utente (mai inclusa).",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Le preferenze di data e ora sono state aggiornate.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/users"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per l'utente.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per l'utente.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "Il nome per l'accesso dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Visualizza il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Il cognome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "L'indirizzo email per l'utente.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "L'URL dell'utente.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "La lingua per l'utente.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "el",
                                "en_GB",
                                "it_IT"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Il nickname per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Ruoli assegnati all'utente.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password per l'utente (mai inclusa).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Le preferenze di data e ora sono state aggiornate.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per l'utente.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c8 necessario che sia impostato su vero, se la risorsa non supporta l'eliminazione.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Assegna gli articoli e i link dell'utente eliminato all'utente con questo ID.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "Il nome per l'accesso dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Visualizza il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Il cognome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "L'indirizzo email per l'utente.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "L'URL dell'utente.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "La lingua per l'utente.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "el",
                                "en_GB",
                                "it_IT"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Il nickname per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Ruoli assegnati all'utente.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password per l'utente (mai inclusa).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Le preferenze di data e ora sono state aggiornate.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c8 necessario che sia impostato su vero, se la risorsa non supporta l'eliminazione.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Assegna gli articoli e i link dell'utente eliminato all'utente con questo ID.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/users\/me"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Un UUID fornito dall'applicazione per una identificazione univoca. Si raccomanda di usare un UUID v5 con l'URL o il namespace DNS.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "Il nome della password dell'applicazione.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/introspect": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/(?P<uuid>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Un UUID fornito dall'applicazione per una identificazione univoca. Si raccomanda di usare un UUID v5 con l'URL o il namespace DNS.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "Il nome della password dell'applicazione.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/comments": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta ai commenti pubblicati dopo una specifica data conforme al formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita l'insieme dei risultati ai commenti assegnati a specifici id utenti. Richiede una autorizzazione.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Esclude dall'insieme dei risultati i commenti provenienti da specifici id di autori. Richiede una autorizzazione.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "Limita l'insieme dei risultati a quelli provenienti da uno specifico indirizzo email di un autore. Richiede una autorizzazione.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta ai commenti pubblicati prima di una specifica data conforme al formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base a un attributo del commento.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "Limita l'insieme dei risultati alle risorse appartenenti a specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "Esclude dall'insieme dei risultati gli elementi con l'ID genitore specificato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "Limita l'insieme dei risultati ai commenti assegnati a specifici ID di articoli.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "Limita l'insieme dei risultati ai commenti con uno specifico stato assegnato. Richiede una autorizzazione.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "Limita l'insieme dei risultati a commenti assegnati ad un tipo specifico. Richiede autorizzazione.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "L'id dell'oggetto user, se l'autore \u00e8 stato un utente.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Indirizzo email dell'autore del commento.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "Indirizzo IP dell'autore del commento.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Nome pubblico visualizzato per l'autore del commento.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "L\u2019URL dell\u2019autore del commento.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "User agent dell'autore del commento.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto del commento.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto del commento, come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML del commento, adattato alla visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "La data in cui il commento \u00e8 stato pubblicato, nel fuso orario del sito web.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione del commento, nel fuso orario GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "L'ID del genitore del commento.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "L'id dell'oggetto articolo associato.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del commento.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/comments"
                    }
                ]
            }
        },
        "\/wp\/v2\/comments\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per il commento.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l'articolo genitore del commento (se l'articolo \u00e8 protetto con password).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per il commento.",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "L'id dell'oggetto user, se l'autore \u00e8 stato un utente.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Indirizzo email dell'autore del commento.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "Indirizzo IP dell'autore del commento.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Nome pubblico visualizzato per l'autore del commento.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "L\u2019URL dell\u2019autore del commento.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "User agent dell'autore del commento.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto del commento.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto del commento, come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML del commento, adattato alla visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "La data in cui il commento \u00e8 stato pubblicato, nel fuso orario del sito web.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione del commento, nel fuso orario GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore del commento.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "L'id dell'oggetto articolo associato.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del commento.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per il commento.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l'articolo genitore del commento (se l'articolo \u00e8 protetto con password).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "Limita i risultati agli elementi di un tipo di oggetto.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "Limita i risultati agli elementi di uno o pi\u00f9 sottotipi di oggetti.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "project",
                                    "partners",
                                    "event",
                                    "news",
                                    "exp_generator",
                                    "category",
                                    "post_tag",
                                    "project_category",
                                    "categorie_delle_news",
                                    "documents_categories",
                                    "tipologia_partner",
                                    "cmcal_calendar",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-renderer\/(?P<name>[a-z0-9-]+\/[a-z0-9-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributi del blocco.",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Namespace del blocco.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/block-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Namespace del blocco.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)\/(?P<name>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome del blocco.",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "Namespace del blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "L'identificatore del tema",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "L'identificatore del tema",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<id>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "styles": {
                            "description": "Stili globali.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "Impostazioni globali.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Titolo della variante degli stili globali.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Titolo per la variante degli stili globali, se presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "description": "Titolo del sito.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Motto del sito.",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "description": "URL del sito.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "description": "Questo indirizzo \u00e8 utilizzato per scopi amministrativi, come ad esempio la notifica dell'iscrizione di nuovi utenti.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "description": "Una citt\u00e0 nel tuo stesso fuso orario.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "description": "Un formato per tutte le stringhe che rappresentano una data.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "description": "Un formato per tutte le stringhe che rappresentano un orario.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "description": "Il numero del giorno della settimana in cui la settimana dovrebbe cominciare.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "description": "Codice locale di WordPress.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "description": "Convertire in visualizzazione gli emoticon tipo :-) e :-P in simboli grafici.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "description": "Categoria predefinita per gli articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "description": "Formato dell'articolo predefinito.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "description": "Pagine del blog da mostrare al massimo.",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "description": "Cosa mostrare nella pagina principale",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "description": "L'ID della pagina che dovrebbe essere mostrata nella home page",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "description": "L'ID della pagina che dovrebbe visualizzare gli articoli pi\u00f9 recenti",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "description": "Consenti notifiche di link da altri blog (pingback e trackback) sui nuovi articoli.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "description": "Permetti di commentare i nuovi articoli.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "description": "Logo del sito.",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "description": "Icona del sito.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Limita il risultato impostato sui temi assegnati ad uno o pi\u00f9 stati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "Il foglio di stile del tema. Questo identifica in modo univoco il tema.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Limita i risultati ai plugin con il seguente stato.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Slug del plugin nella directory di WordPress.org.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "Lo stato di attivazione del plugin.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/plugins"
                    }
                ]
            }
        },
        "\/wp\/v2\/plugins\/(?P<plugin>[^.\\\/]+(?:\\\/[^.\\\/]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "Lo stato di attivazione del plugin.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sidebars": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/sidebars"
                    }
                ]
            }
        },
        "\/wp\/v2\/sidebars\/(?P<id>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "L'id di una barra laterale registrata",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "Widget annidati.",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/widget-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID del tipo di widget.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/encode": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID del tipo di widget.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Impostazioni dell'istanza attuale del widget.",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "Dati serializzati del modulo del widget da codificare nelle impostazioni dell'istanza.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/render": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID del tipo di widget.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Impostazioni dell'istanza attuale del widget.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "La barra laterale per cui restituire i widget.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificatore univoco del widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Il tipo del widget. Corrisponde all'ID nell'endpoint widget-types.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "La barra laterale a cui appartiene il widget.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Istanza delle impostazioni del widget, se supportato.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Rappresentazione codificata in base64 dell'istanza delle impostazioni.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Hash crittografato dell'istanza delle impostazioni.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Istanza decodificata delle impostazioni, se supportato.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL-codificato del modulo dei dati dal modulo amministrativo dei widget. Utilizzato per aggiornare un widget che non supporta le istanze. Sola scrittura.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/widgets"
                    }
                ]
            }
        },
        "\/wp\/v2\/widgets\/(?P<id>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificatore univoco del widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Il tipo del widget. Corrisponde all'ID nell'endpoint widget-types.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "La barra laterale a cui appartiene il widget.",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "Istanza delle impostazioni del widget, se supportato.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Rappresentazione codificata in base64 dell'istanza delle impostazioni.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Hash crittografato dell'istanza delle impostazioni.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Istanza decodificata delle impostazioni, se supportato.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL-codificato del modulo dei dati dal modulo amministrativo dei widget. Utilizzato per aggiornare un widget che non supporta le istanze. Sola scrittura.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "Se forzare la rimozione del widget o spostarlo nella barra laterale inattiva.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "Limita i risultati ai blocchi che corrispondono ai termini di ricerca.",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "Limita i risultati a quelli corrispondenti all'ID della categoria.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "Limita i risultati a quelli corrispondenti all'ID della parola chiave.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati a quelli che corrispondono a un pattern (slug).",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/pattern-directory\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/block-patterns\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/block-patterns\/categories"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-site-health\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp-site-health\/v1"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/background-updates": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp-site-health\/v1\/tests\/background-updates"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/loopback-requests": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp-site-health\/v1\/tests\/loopback-requests"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/https-status": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp-site-health\/v1\/tests\/https-status"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/dotorg-communication": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp-site-health\/v1\/tests\/dotorg-communication"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/authorization-header": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp-site-health\/v1\/tests\/authorization-header"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/directory-sizes": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp-site-health\/v1\/directory-sizes"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/page-cache": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp-site-health\/v1\/tests\/page-cache"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-block-editor\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp-block-editor\/v1"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/url-details": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "URL da elaborare.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "Un identificatore alfanumerico per la posizione del menu.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-block-editor\/v1\/export": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp-block-editor\/v1\/export"
                    }
                ]
            }
        }
    },
    "site_logo": 2885,
    "site_icon": 1218,
    "site_icon_url": "https:\/\/www.livingagrolab.eu\/wp-content\/uploads\/2022\/02\/cropped-tree_122921.png",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_logo",
                "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/media\/2885"
            },
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/www.livingagrolab.eu\/it\/wp-json\/wp\/v2\/media\/1218"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}