{
    "name": "Wim Peters Kwekerijen",
    "description": "The taste of Tradition",
    "url": "https:\/\/wimpeterskwekerijen.nl",
    "home": "https:\/\/wimpeterskwekerijen.nl\/it",
    "gmt_offset": 2,
    "timezone_string": "Europe\/Amsterdam",
    "page_for_posts": 0,
    "page_on_front": 769,
    "show_on_front": "page",
    "namespaces": [
        "oembed\/1.0",
        "jetpack\/v4",
        "redirection\/v1",
        "wc\/v3",
        "wc\/v1",
        "wc\/pos\/v1\/catalog",
        "yoast\/v1",
        "pronamic-pay\/v1",
        "pronamic-pay\/buckaroo\/v1",
        "pronamic-pay\/mollie\/v1",
        "pronamic-pay\/paypal\/v1",
        "pronamic-pay\/omnikassa-2\/v1",
        "wpcom\/v2",
        "jetpack\/v4\/stats-app",
        "jetpack\/v4\/import",
        "duplicate-post\/v1",
        "wpcom\/v3",
        "wc-admin",
        "wc-analytics",
        "wc\/store",
        "wc\/store\/v1",
        "wc\/private",
        "wp-mail-smtp\/v1",
        "wc\/v2",
        "jetpack-boost\/v1",
        "my-jetpack\/v1",
        "jetpack\/v4\/explat",
        "brave\/v1",
        "jetpack\/v4\/blaze-app",
        "jetpack\/v4\/blaze",
        "woocommerce-analytics\/v1",
        "google-site-kit\/v1",
        "regenerate-thumbnails\/v1",
        "wc-admin-email",
        "wc-telemetry",
        "wccom-site\/v3",
        "wp-abilities\/v1",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1"
    ],
    "authentication": {
        "application-passwords": {
            "endpoints": {
                "authorization": "https:\/\/wimpeterskwekerijen.nl\/wp-admin\/authorize-application.php"
            }
        }
    },
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/jetpack\/v4": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/backup-helper-script": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "helper": {
                            "description": "Corpo dello script dell'helper del backup con codifica base64.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "path": {
                            "description": "Percorso per lo script dell'helper del backup",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/backup-helper-script"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/database-object\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "object_type": {
                            "description": "Tipo di oggetto da recuperare dal database",
                            "required": true
                        },
                        "object_id": {
                            "description": "ID dell'oggetto del database da recuperare",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/database-object\/backup"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/options\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Uno o pi\u00f9 nomi di opzioni da includere nel backup",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/options\/backup"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/comments\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/posts\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/terms\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/users\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/site\/backup\/undo-event": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/site\/backup\/undo-event"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/orders\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/site\/backup\/preflight": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/site\/backup\/preflight"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/jetpack-ai-jwt": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/jetpack-ai-jwt"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/plans": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/plans"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/products": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/products"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/marketing\/survey": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/marketing\/survey"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/test": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/connection\/test"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/test-wpcom": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/connection\/test-wpcom"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/rewind": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/rewind"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/scan": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/scan"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/url": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "from": {
                            "type": "string",
                            "required": false
                        },
                        "redirect": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/connection\/url"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/tracking\/settings": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "tracks_opt_out": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/tracking\/settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/site"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/features": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/site\/features"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/products": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/site\/products"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/purchases": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/site\/purchases"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/benefits": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/site\/benefits"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/activity": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/site\/activity"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/module\/all": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/module\/all"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/module\/all\/active": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "modules": {
                            "default": "",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": true
                        },
                        "active": {
                            "default": true,
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/module\/all\/active"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/module\/(?P<slug>[a-z\\-]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "default": "edit",
                            "required": false
                        },
                        "jetpack_blocks_disabled": {
                            "description": "Blocchi Jetpack disattivati.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "carousel_background_color": {
                            "description": "Schema colori.",
                            "type": "string",
                            "default": "black",
                            "enum": [
                                "black",
                                "white"
                            ],
                            "required": false
                        },
                        "carousel_display_exif": {
                            "description": "Se disponibili, mostra i metadati della foto (<a href=\"https:\/\/en.wikipedia.org\/wiki\/Exchangeable_image_file_format\" target=\"_blank\">Exif<\/a>) nel carosello.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "carousel_display_comments": {
                            "description": "Mostra l&#039;area dei commenti nel carosello",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "highlander_comment_form_prompt": {
                            "description": "Scrivi un Saluto",
                            "type": "string",
                            "default": "Rispondi",
                            "required": false
                        },
                        "jetpack_comment_form_color_scheme": {
                            "description": "Schema di colori",
                            "type": "string",
                            "default": "light",
                            "enum": [
                                "light",
                                "dark",
                                "transparent"
                            ],
                            "required": false
                        },
                        "jetpack_portfolio": {
                            "description": "Abilita o disabilita il tipo di contenuto &quot;portfolio&quot; di Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_portfolio_posts_per_page": {
                            "description": "Numero di entrate da mostrare nelle pagine del Portfolio.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        },
                        "jetpack_testimonial": {
                            "description": "Abilita o disabilita il post type testimonial di Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_testimonial_posts_per_page": {
                            "description": "Numero di entrate da mostrare nelle pagine Testimonianze.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        },
                        "jetpack_waf_automatic_rules": {
                            "description": "Abilita regole automatiche: proteggi il tuo sito da fonti di traffico non attendibili con regole di sicurezza automatiche",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "jetpack_waf_ip_block_list_enabled": {
                            "description": "Elenco Blocca - blocca un IP di richiesta specifico.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_waf_ip_block_list": {
                            "description": "Indirizzo IP bloccato",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_waf_ip_allow_list_enabled": {
                            "description": "Elenco Consenti - consenti un IP di richiesta specifico.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_waf_ip_allow_list": {
                            "description": "Indirizzi IP sempre consentiti",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_waf_share_data": {
                            "description": "Condividi i dati essenziali con Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_waf_share_debug_data": {
                            "description": "Condividi i dati dettagliati con Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "tiled_galleries": {
                            "description": "Mostra tutte le immagini della galleria in un fantastico mosaico.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "gravatar_disable_hovercards": {
                            "description": "Visualizza i profili quando il cursore passa sui loro Gravatar",
                            "type": "string",
                            "default": "enabled",
                            "enum": [
                                "enabled",
                                "disabled"
                            ],
                            "required": false
                        },
                        "infinite_scroll": {
                            "description": "Verso l&#039;infinito e oltre",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "infinite_scroll_google_analytics": {
                            "description": "Utilizza Google Analytics con lo Scorrimento Infinito",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpl_default": {
                            "description": "I Mi piace su WordPress.com sono",
                            "type": "string",
                            "default": "on",
                            "enum": [
                                "on",
                                "off"
                            ],
                            "required": false
                        },
                        "social_notifications_like": {
                            "description": "Invia una notifica email quando qualcuno fa like a un post",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wpcom_publish_comments_with_markdown": {
                            "description": "Usa Markdown per i commenti.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_publish_posts_with_markdown": {
                            "description": "Usa il Markdown per i post",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "monitor_receive_notifications": {
                            "description": "Ricevi le notifiche via email dal modulo Monitor",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post_by_email_address": {
                            "description": "Indirizzo email",
                            "type": "string",
                            "default": "noop",
                            "enum": [
                                "noop",
                                "create",
                                "regenerate",
                                "delete"
                            ],
                            "required": false
                        },
                        "jetpack_protect_key": {
                            "description": "Proteggi la chiave API",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_protect_global_whitelist": {
                            "description": "Proteggi l&#039;elenco consentito di indirizzi IP globali",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sharing_services": {
                            "description": "Servizi attivi e quelli nascosti dietro un pulsante",
                            "type": "object",
                            "default": {
                                "visible": [
                                    "facebook",
                                    "x"
                                ],
                                "hidden": []
                            },
                            "required": false
                        },
                        "button_style": {
                            "description": "Stile del pulsante",
                            "type": "string",
                            "default": "icon",
                            "enum": [
                                "icon-text",
                                "icon",
                                "text",
                                "official"
                            ],
                            "required": false
                        },
                        "sharing_label": {
                            "description": "Etichetta di condivisione",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "show": {
                            "description": "Mostra dove sono visualizzati i pulsanti",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "post"
                            ],
                            "required": false
                        },
                        "jetpack-twitter-cards-site-tag": {
                            "description": "Il nome utente su Twitter del proprietario del dominio di questo sito.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sharedaddy_disable_resources": {
                            "description": "Disabilita CSS e JS",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom": {
                            "description": "Servizi di condivisione personalizzati sono stati aggiunti dall&#039;utente.",
                            "type": "object",
                            "default": {
                                "sharing_name": "",
                                "sharing_url": "",
                                "sharing_icon": ""
                            },
                            "required": false
                        },
                        "sharing_delete_service": {
                            "description": "Elimina il servizio personalizzato di condivisione.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_sso_require_two_step": {
                            "description": "Richiede Autenticazione a 2 fattori (Two-Step)",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "jetpack_sso_match_by_email": {
                            "description": "Confronto con Mail",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "stb_enabled": {
                            "description": "Mostra un&#039;opzione &lt;em&gt;&#039;segui il blog&#039;&lt;\/em&gt; nel modulo per i commenti",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "stc_enabled": {
                            "description": "Mostra un&#039;opzione &lt;em&gt;&#039;segui i commenti&#039;&lt;\/em&gt; nel modulo per i commenti",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wpcom_newsletter_categories": {
                            "description": "Matrice degli ID delle categorie articolo contrassegnati come categorie della newsletter",
                            "type": "array",
                            "default": [],
                            "required": false
                        },
                        "wpcom_newsletter_categories_enabled": {
                            "description": "Se le categorie della newsletter sono abilitate o meno",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_featured_image_in_email": {
                            "description": "Se includere o meno l&#039;immagine in evidenza nell&#039;e-mail",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_gravatar_in_email": {
                            "description": "Se mostrare l&#039;autore dell&#039;avatar nella byline dell&#039;e-mail",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "jetpack_author_in_email": {
                            "description": "Se mostrare il nome dell&#039;autore nella byline dell&#039;e-mail",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "jetpack_post_date_in_email": {
                            "description": "Se mostrare la data nella byline dell&#039;e-mail",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wpcom_subscription_emails_use_excerpt": {
                            "description": "Se usare o meno l&#039;estratto nell&#039;e-mail",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscriptions_reply_to": {
                            "description": "Comportamento di risposta alle e-mail per le e-mail di newsletter",
                            "type": "string",
                            "default": "comment",
                            "required": false
                        },
                        "jetpack_subscriptions_from_name": {
                            "description": "Nome mittente per le e-mail della newsletter",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sm_enabled": {
                            "description": "Mostra un popup di abbonamento modale ai lettori.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscribe_overlay_enabled": {
                            "description": "Mostra sovrapposizione di abbonamento sulla homepage.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscribe_floating_button_enabled": {
                            "description": "Mostra un pulsante mobile di abbonamento.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscriptions_subscribe_post_end_enabled": {
                            "description": "Aggiungi il blocco Abbonati alla fine di ogni articolo.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscriptions_login_navigation_enabled": {
                            "description": "Aggiungi il blocco Accesso abbonati alla navigazione.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscriptions_subscribe_navigation_enabled": {
                            "description": "Aggiungi blocco Abbonati alla navigazione.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "social_notifications_subscribe": {
                            "description": "Invia una notifica via e-mail quando qualcuno si iscrive al mio blog",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "subscription_options": {
                            "description": "Tre opzioni usate nei modelli di e-mail di abbonamento: &quot;invitation&quot;, &quot;welcome&quot; e &quot;comment_follow&quot;.",
                            "type": "object",
                            "default": {
                                "invitation": "",
                                "welcome": "",
                                "comment_follow": ""
                            },
                            "required": false
                        },
                        "show_headline": {
                            "description": "Evidenzia il contenuto correlato con un&#039;intestazione",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "show_thumbnails": {
                            "description": "Visualizza un&#039;immagine in miniatura se disponibile",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "instant_search_enabled": {
                            "description": "Abilita ricerca istantanea",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "has_jetpack_search_product": {
                            "description": "Ha un acquisto del prodotto Jetpack Search attivo",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "search_auto_config": {
                            "description": "Attiva una configurazione automatica della ricerca istantanea",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google": {
                            "description": "Google Search Console",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "bing": {
                            "description": "Centro Webmaster Bing",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "pinterest": {
                            "description": "Verifica del sito da Pinterest",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "yandex": {
                            "description": "Verifica sito con Yandex ",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "facebook": {
                            "description": "Verifica del dominio di Facebook",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "enable_header_ad": {
                            "description": "Mostra una pubblicit\u00e0 all&#039;inizio di ogni pagina. ",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_approved": {
                            "description": "Questo sito \u00e8 stato approvato per WordAds?",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_second_belowpost": {
                            "description": "Visualizzare una seconda pubblicit\u00e0 sotto gli articoli?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_inline_enabled": {
                            "description": "Mostrare l&#039;annuncio pubblicitario in linea all&#039;interno del contenuto dell&#039;articolo?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_front_page": {
                            "description": "Visualizzare pubblicit\u00e0 sulla pagina principale?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_post": {
                            "description": "Visualizzare pubblicit\u00e0 sugli articoli?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_page": {
                            "description": "Visualizzare pubblicit\u00e0 sulle pagine?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_archive": {
                            "description": "Visualizzare pubblicit\u00e0 o pagine di archivio?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_custom_adstxt_enabled": {
                            "description": " ads.txt personalizzato",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_custom_adstxt": {
                            "description": "Personalizza le voci di ads.txt",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "wordads_ccpa_enabled": {
                            "description": "Abilita il supporto per il California Consumer Privacy Act",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_ccpa_privacy_policy_url": {
                            "description": "URL dell&#039;informativa sulla privacy",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "wordads_cmp_enabled": {
                            "description": "Abilita il banner di gestione del consenso GDPR per WordAds",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google_analytics_tracking_id": {
                            "description": "Google Analytics",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_wga": {
                            "description": "Google Analytics",
                            "type": "object",
                            "required": false
                        },
                        "admin_bar": {
                            "description": "Includi un piccolo grafico nella barra di amministrazione con istantanee di 48 ore di traffico.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "enable_odyssey_stats": {
                            "description": "Anteprima della nuova esperienza Jetpack Stats (sperimentale).",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "roles": {
                            "description": "Seleziona i ruoli che potranno visualizzare i prospetti statistici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "administrator"
                            ],
                            "required": false
                        },
                        "count_roles": {
                            "description": "Conta le visualizzazioni di pagina degli utenti registrati collegati.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "administrator"
                            ],
                            "required": false
                        },
                        "blog_id": {
                            "description": "ID del Blog.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "do_not_track": {
                            "description": "Non tracciare.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "version": {
                            "description": "Versione.",
                            "type": "integer",
                            "default": 9,
                            "required": false
                        },
                        "collapse_nudges": {
                            "description": "Comprimi i suggerimenti per l&#039;aggiornamento",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_reader_views_enabled": {
                            "description": "Mostra le visualizzazioni degli articoli nel Reader di WordPress.com.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "akismet_show_user_comments_approved": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordpress_api_key": {
                            "description": "",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "dismiss_empty_stats_card": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "dismiss_dash_backup_getting_started": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "dismiss_dash_agencies_learn_more": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "lang_id": {
                            "description": "Lingua primaria per il sito.",
                            "type": "string",
                            "default": "en_US",
                            "required": false
                        },
                        "advanced_seo_front_page_description": {
                            "description": "Descrizione metadati pagina iniziale.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "advanced_seo_title_formats": {
                            "description": "Strutture titolo pagina SEO.",
                            "type": "object",
                            "default": {
                                "archives": [],
                                "front_page": [],
                                "groups": [],
                                "pages": [],
                                "posts": []
                            },
                            "required": false
                        },
                        "videopress_private_enabled_for_site": {
                            "description": "Privacy del video: Limita le visite ai membri di questo sito",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "ai_seo_enhancer_enabled": {
                            "description": "Genera automaticamente titolo SEO, descrizione SEO e testo alternativo dell&#039;immagine per i nuovi articoli.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "account-protection": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "blaze": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "blocks": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "canonical-urls": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "carousel": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "comment-likes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "comments": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "contact-form": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "copy-post": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom-content-types": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google-fonts": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "gravatar-hovercards": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "infinite-scroll": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "json-api": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "latex": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "likes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "markdown": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "monitor": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "notes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "photon-cdn": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "photon": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post-by-email": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post-list": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "protect": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "publicize": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "related-posts": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "search": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "seo-tools": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sharedaddy": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "shortcodes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "shortlinks": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sitemaps": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sso": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "stats": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "subscriptions": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "tiled-gallery": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "vaultpress": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "verification-tools": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "videopress": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "waf": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "widget-visibility": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "widgets": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "woocommerce-analytics": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom-reader": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/module\/(?P<slug>[a-z\\-]+)\/active": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "active": {
                            "default": true,
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/module\/(?P<slug>[a-z\\-]+)\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "range": {
                            "default": "day",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/module\/(?P<service>[a-z\\-]+)\/key\/check": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "api_key": {
                            "default": "",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/settings": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "default": "edit",
                            "required": false
                        },
                        "jetpack_blocks_disabled": {
                            "description": "Blocchi Jetpack disattivati.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "carousel_background_color": {
                            "description": "Schema colori.",
                            "type": "string",
                            "default": "black",
                            "enum": [
                                "black",
                                "white"
                            ],
                            "required": false
                        },
                        "carousel_display_exif": {
                            "description": "Se disponibili, mostra i metadati della foto (<a href=\"https:\/\/en.wikipedia.org\/wiki\/Exchangeable_image_file_format\" target=\"_blank\">Exif<\/a>) nel carosello.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "carousel_display_comments": {
                            "description": "Mostra l&#039;area dei commenti nel carosello",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "highlander_comment_form_prompt": {
                            "description": "Scrivi un Saluto",
                            "type": "string",
                            "default": "Rispondi",
                            "required": false
                        },
                        "jetpack_comment_form_color_scheme": {
                            "description": "Schema di colori",
                            "type": "string",
                            "default": "light",
                            "enum": [
                                "light",
                                "dark",
                                "transparent"
                            ],
                            "required": false
                        },
                        "jetpack_portfolio": {
                            "description": "Abilita o disabilita il tipo di contenuto &quot;portfolio&quot; di Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_portfolio_posts_per_page": {
                            "description": "Numero di entrate da mostrare nelle pagine del Portfolio.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        },
                        "jetpack_testimonial": {
                            "description": "Abilita o disabilita il post type testimonial di Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_testimonial_posts_per_page": {
                            "description": "Numero di entrate da mostrare nelle pagine Testimonianze.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        },
                        "jetpack_waf_automatic_rules": {
                            "description": "Abilita regole automatiche: proteggi il tuo sito da fonti di traffico non attendibili con regole di sicurezza automatiche",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "jetpack_waf_ip_block_list_enabled": {
                            "description": "Elenco Blocca - blocca un IP di richiesta specifico.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_waf_ip_block_list": {
                            "description": "Indirizzo IP bloccato",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_waf_ip_allow_list_enabled": {
                            "description": "Elenco Consenti - consenti un IP di richiesta specifico.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_waf_ip_allow_list": {
                            "description": "Indirizzi IP sempre consentiti",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_waf_share_data": {
                            "description": "Condividi i dati essenziali con Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_waf_share_debug_data": {
                            "description": "Condividi i dati dettagliati con Jetpack.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "tiled_galleries": {
                            "description": "Mostra tutte le immagini della galleria in un fantastico mosaico.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "gravatar_disable_hovercards": {
                            "description": "Visualizza i profili quando il cursore passa sui loro Gravatar",
                            "type": "string",
                            "default": "enabled",
                            "enum": [
                                "enabled",
                                "disabled"
                            ],
                            "required": false
                        },
                        "infinite_scroll": {
                            "description": "Verso l&#039;infinito e oltre",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "infinite_scroll_google_analytics": {
                            "description": "Utilizza Google Analytics con lo Scorrimento Infinito",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpl_default": {
                            "description": "I Mi piace su WordPress.com sono",
                            "type": "string",
                            "default": "on",
                            "enum": [
                                "on",
                                "off"
                            ],
                            "required": false
                        },
                        "social_notifications_like": {
                            "description": "Invia una notifica email quando qualcuno fa like a un post",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wpcom_publish_comments_with_markdown": {
                            "description": "Usa Markdown per i commenti.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_publish_posts_with_markdown": {
                            "description": "Usa il Markdown per i post",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "monitor_receive_notifications": {
                            "description": "Ricevi le notifiche via email dal modulo Monitor",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post_by_email_address": {
                            "description": "Indirizzo email",
                            "type": "string",
                            "default": "noop",
                            "enum": [
                                "noop",
                                "create",
                                "regenerate",
                                "delete"
                            ],
                            "required": false
                        },
                        "jetpack_protect_key": {
                            "description": "Proteggi la chiave API",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_protect_global_whitelist": {
                            "description": "Proteggi l&#039;elenco consentito di indirizzi IP globali",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sharing_services": {
                            "description": "Servizi attivi e quelli nascosti dietro un pulsante",
                            "type": "object",
                            "default": {
                                "visible": [
                                    "facebook",
                                    "x"
                                ],
                                "hidden": []
                            },
                            "required": false
                        },
                        "button_style": {
                            "description": "Stile del pulsante",
                            "type": "string",
                            "default": "icon",
                            "enum": [
                                "icon-text",
                                "icon",
                                "text",
                                "official"
                            ],
                            "required": false
                        },
                        "sharing_label": {
                            "description": "Etichetta di condivisione",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "show": {
                            "description": "Mostra dove sono visualizzati i pulsanti",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "post"
                            ],
                            "required": false
                        },
                        "jetpack-twitter-cards-site-tag": {
                            "description": "Il nome utente su Twitter del proprietario del dominio di questo sito.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sharedaddy_disable_resources": {
                            "description": "Disabilita CSS e JS",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom": {
                            "description": "Servizi di condivisione personalizzati sono stati aggiunti dall&#039;utente.",
                            "type": "object",
                            "default": {
                                "sharing_name": "",
                                "sharing_url": "",
                                "sharing_icon": ""
                            },
                            "required": false
                        },
                        "sharing_delete_service": {
                            "description": "Elimina il servizio personalizzato di condivisione.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_sso_require_two_step": {
                            "description": "Richiede Autenticazione a 2 fattori (Two-Step)",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "jetpack_sso_match_by_email": {
                            "description": "Confronto con Mail",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "stb_enabled": {
                            "description": "Mostra un&#039;opzione &lt;em&gt;&#039;segui il blog&#039;&lt;\/em&gt; nel modulo per i commenti",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "stc_enabled": {
                            "description": "Mostra un&#039;opzione &lt;em&gt;&#039;segui i commenti&#039;&lt;\/em&gt; nel modulo per i commenti",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wpcom_newsletter_categories": {
                            "description": "Matrice degli ID delle categorie articolo contrassegnati come categorie della newsletter",
                            "type": "array",
                            "default": [],
                            "required": false
                        },
                        "wpcom_newsletter_categories_enabled": {
                            "description": "Se le categorie della newsletter sono abilitate o meno",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_featured_image_in_email": {
                            "description": "Se includere o meno l&#039;immagine in evidenza nell&#039;e-mail",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_gravatar_in_email": {
                            "description": "Se mostrare l&#039;autore dell&#039;avatar nella byline dell&#039;e-mail",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "jetpack_author_in_email": {
                            "description": "Se mostrare il nome dell&#039;autore nella byline dell&#039;e-mail",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "jetpack_post_date_in_email": {
                            "description": "Se mostrare la data nella byline dell&#039;e-mail",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wpcom_subscription_emails_use_excerpt": {
                            "description": "Se usare o meno l&#039;estratto nell&#039;e-mail",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscriptions_reply_to": {
                            "description": "Comportamento di risposta alle e-mail per le e-mail di newsletter",
                            "type": "string",
                            "default": "comment",
                            "required": false
                        },
                        "jetpack_subscriptions_from_name": {
                            "description": "Nome mittente per le e-mail della newsletter",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sm_enabled": {
                            "description": "Mostra un popup di abbonamento modale ai lettori.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscribe_overlay_enabled": {
                            "description": "Mostra sovrapposizione di abbonamento sulla homepage.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscribe_floating_button_enabled": {
                            "description": "Mostra un pulsante mobile di abbonamento.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscriptions_subscribe_post_end_enabled": {
                            "description": "Aggiungi il blocco Abbonati alla fine di ogni articolo.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscriptions_login_navigation_enabled": {
                            "description": "Aggiungi il blocco Accesso abbonati alla navigazione.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_subscriptions_subscribe_navigation_enabled": {
                            "description": "Aggiungi blocco Abbonati alla navigazione.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "social_notifications_subscribe": {
                            "description": "Invia una notifica via e-mail quando qualcuno si iscrive al mio blog",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "subscription_options": {
                            "description": "Tre opzioni usate nei modelli di e-mail di abbonamento: &quot;invitation&quot;, &quot;welcome&quot; e &quot;comment_follow&quot;.",
                            "type": "object",
                            "default": {
                                "invitation": "",
                                "welcome": "",
                                "comment_follow": ""
                            },
                            "required": false
                        },
                        "show_headline": {
                            "description": "Evidenzia il contenuto correlato con un&#039;intestazione",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "show_thumbnails": {
                            "description": "Visualizza un&#039;immagine in miniatura se disponibile",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "instant_search_enabled": {
                            "description": "Abilita ricerca istantanea",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "has_jetpack_search_product": {
                            "description": "Ha un acquisto del prodotto Jetpack Search attivo",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "search_auto_config": {
                            "description": "Attiva una configurazione automatica della ricerca istantanea",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google": {
                            "description": "Google Search Console",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "bing": {
                            "description": "Centro Webmaster Bing",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "pinterest": {
                            "description": "Verifica del sito da Pinterest",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "yandex": {
                            "description": "Verifica sito con Yandex ",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "facebook": {
                            "description": "Verifica del dominio di Facebook",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "enable_header_ad": {
                            "description": "Mostra una pubblicit\u00e0 all&#039;inizio di ogni pagina. ",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_approved": {
                            "description": "Questo sito \u00e8 stato approvato per WordAds?",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_second_belowpost": {
                            "description": "Visualizzare una seconda pubblicit\u00e0 sotto gli articoli?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_inline_enabled": {
                            "description": "Mostrare l&#039;annuncio pubblicitario in linea all&#039;interno del contenuto dell&#039;articolo?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_front_page": {
                            "description": "Visualizzare pubblicit\u00e0 sulla pagina principale?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_post": {
                            "description": "Visualizzare pubblicit\u00e0 sugli articoli?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_page": {
                            "description": "Visualizzare pubblicit\u00e0 sulle pagine?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_archive": {
                            "description": "Visualizzare pubblicit\u00e0 o pagine di archivio?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_custom_adstxt_enabled": {
                            "description": " ads.txt personalizzato",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_custom_adstxt": {
                            "description": "Personalizza le voci di ads.txt",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "wordads_ccpa_enabled": {
                            "description": "Abilita il supporto per il California Consumer Privacy Act",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_ccpa_privacy_policy_url": {
                            "description": "URL dell&#039;informativa sulla privacy",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "wordads_cmp_enabled": {
                            "description": "Abilita il banner di gestione del consenso GDPR per WordAds",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google_analytics_tracking_id": {
                            "description": "Google Analytics",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_wga": {
                            "description": "Google Analytics",
                            "type": "object",
                            "required": false
                        },
                        "admin_bar": {
                            "description": "Includi un piccolo grafico nella barra di amministrazione con istantanee di 48 ore di traffico.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "enable_odyssey_stats": {
                            "description": "Anteprima della nuova esperienza Jetpack Stats (sperimentale).",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "roles": {
                            "description": "Seleziona i ruoli che potranno visualizzare i prospetti statistici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "administrator"
                            ],
                            "required": false
                        },
                        "count_roles": {
                            "description": "Conta le visualizzazioni di pagina degli utenti registrati collegati.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "administrator"
                            ],
                            "required": false
                        },
                        "blog_id": {
                            "description": "ID del Blog.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "do_not_track": {
                            "description": "Non tracciare.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "version": {
                            "description": "Versione.",
                            "type": "integer",
                            "default": 9,
                            "required": false
                        },
                        "collapse_nudges": {
                            "description": "Comprimi i suggerimenti per l&#039;aggiornamento",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_reader_views_enabled": {
                            "description": "Mostra le visualizzazioni degli articoli nel Reader di WordPress.com.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "akismet_show_user_comments_approved": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordpress_api_key": {
                            "description": "",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "dismiss_empty_stats_card": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "dismiss_dash_backup_getting_started": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "dismiss_dash_agencies_learn_more": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "lang_id": {
                            "description": "Lingua primaria per il sito.",
                            "type": "string",
                            "default": "en_US",
                            "required": false
                        },
                        "advanced_seo_front_page_description": {
                            "description": "Descrizione metadati pagina iniziale.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "advanced_seo_title_formats": {
                            "description": "Strutture titolo pagina SEO.",
                            "type": "object",
                            "default": {
                                "archives": [],
                                "front_page": [],
                                "groups": [],
                                "pages": [],
                                "posts": []
                            },
                            "required": false
                        },
                        "videopress_private_enabled_for_site": {
                            "description": "Privacy del video: Limita le visite ai membri di questo sito",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "ai_seo_enhancer_enabled": {
                            "description": "Genera automaticamente titolo SEO, descrizione SEO e testo alternativo dell&#039;immagine per i nuovi articoli.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "account-protection": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "blaze": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "blocks": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "canonical-urls": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "carousel": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "comment-likes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "comments": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "contact-form": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "copy-post": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom-content-types": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google-fonts": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "gravatar-hovercards": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "infinite-scroll": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "json-api": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "latex": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "likes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "markdown": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "monitor": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "notes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "photon-cdn": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "photon": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post-by-email": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post-list": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "protect": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "publicize": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "related-posts": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "search": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "seo-tools": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sharedaddy": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "shortcodes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "shortlinks": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sitemaps": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sso": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "stats": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "subscriptions": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "tiled-gallery": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "vaultpress": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "verification-tools": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "videopress": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "waf": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "widget-visibility": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "widgets": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "woocommerce-analytics": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom-reader": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/settings\/(?P<slug>[a-z\\-]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "default": "edit",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/options\/(?P<options>[a-z\\-]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/updates\/plugins": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/updates\/plugins"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/notice\/(?P<notice>[a-z\\-_]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/plugins": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Abbreviazione della directory dei plugin di WordPress.org.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "Lo stato di attivazione del plugin.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        },
                        "source": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/plugins"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/plugins\/(?P<plugin>[^.\\\/]+(?:\\\/[^.\\\/]+)?)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "status": {
                            "type": "string",
                            "required": true
                        },
                        "source": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/plugin\/(?P<plugin>[a-z\\\/\\.\\-_]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/widgets\/(?P<id>[0-9a-z\\-_]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/verify-site\/(?P<service>[a-z\\-_]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "keyring_id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/verify-site\/(?P<service>[a-z\\-_]+)\/(?<keyring_id>[0-9]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/recommendations\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/recommendations\/data"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/recommendations\/step": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "step": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/recommendations\/step"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/recommendations\/product-suggestions": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/recommendations\/product-suggestions"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/recommendations\/upsell": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/recommendations\/upsell"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/recommendations\/conditional": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/recommendations\/conditional"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/discount": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/site\/discount"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/jetpack_crm": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "extension": {
                            "type": "text",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/jetpack_crm"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/purchase-token": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/purchase-token"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/seen-wc-connection-modal": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/seen-wc-connection-modal"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/intro-offers": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/intro-offers"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/subscribers\/auth": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "redirect_url": {
                            "description": "L'URL a cui reindirizzare.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/subscribers\/auth"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/features\/available": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/features\/available"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/features\/enabled": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/features\/enabled"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/error": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "error": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/licensing\/error"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/set-license": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "license": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/licensing\/set-license"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/user\/licenses": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/licensing\/user\/licenses"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/user\/counts": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/licensing\/user\/counts"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/user\/activation-notice-dismiss": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "last_detached_count": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/licensing\/user\/activation-notice-dismiss"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/attach-licenses": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "licenses": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/licensing\/attach-licenses"
                    }
                ]
            }
        },
        "\/redirection\/v1": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "redirection\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/redirection\/v1"
                    }
                ]
            }
        },
        "\/redirection\/v1\/redirect": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "source",
                                "last_count",
                                "last_access",
                                "position",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "source",
                                "last_count",
                                "last_access",
                                "position",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/redirection\/v1\/redirect"
                    }
                ]
            }
        },
        "\/redirection\/v1\/redirect\/(?P<id>[\\d]+)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/redirection\/v1\/redirect\/post": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "text": {
                            "description": "Text to match",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/redirection\/v1\/redirect\/post"
                    }
                ]
            }
        },
        "\/redirection\/v1\/bulk\/redirect\/(?P<bulk>delete|enable|disable|reset)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "source",
                                "last_count",
                                "last_access",
                                "position",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "global": {
                            "description": "Apply bulk action globally, as per filters",
                            "type": "boolean",
                            "required": false
                        },
                        "items": {
                            "description": "Array of IDs to perform action on",
                            "type": "array",
                            "items": {
                                "description": "Item ID",
                                "type": [
                                    "string",
                                    "number"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/group": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "name",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "name",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "moduleId": {
                            "description": "Module ID",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 3,
                            "required": true
                        },
                        "name": {
                            "description": "Group name",
                            "type": "string",
                            "required": true
                        },
                        "status": {
                            "description": "Status of the group",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/redirection\/v1\/group"
                    }
                ]
            }
        },
        "\/redirection\/v1\/group\/(?P<id>[\\d]+)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "moduleId": {
                            "description": "Module ID",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 3,
                            "required": true
                        },
                        "name": {
                            "description": "Group name",
                            "type": "string",
                            "required": true
                        },
                        "status": {
                            "description": "Status of the group",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/bulk\/group\/(?P<bulk>delete|enable|disable)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "name",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "items": {
                            "description": "Comma separated list of item IDs to perform action on",
                            "type": "array",
                            "items": {
                                "description": "Item ID",
                                "type": [
                                    "string",
                                    "number"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/log": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "url",
                                "ip",
                                "total",
                                "count",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/redirection\/v1\/log"
                    }
                ]
            }
        },
        "\/redirection\/v1\/bulk\/log\/(?P<bulk>delete)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "url",
                                "ip",
                                "total",
                                "count",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "items": {
                            "description": "Comma separated list of item IDs to perform action on",
                            "type": "array",
                            "items": {
                                "description": "Item ID",
                                "type": [
                                    "string",
                                    "number"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/404": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "url",
                                "ip",
                                "total",
                                "count",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/redirection\/v1\/404"
                    }
                ]
            }
        },
        "\/redirection\/v1\/bulk\/404\/(?P<bulk>delete)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "url",
                                "ip",
                                "total",
                                "count",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "items": {
                            "description": "Comma separated list of item IDs to perform action on",
                            "type": "array",
                            "items": {
                                "description": "Item ID",
                                "type": [
                                    "string",
                                    "number"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/setting": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/redirection\/v1\/setting"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Name",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Value",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/redirection\/v1\/plugin"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin\/delete": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/redirection\/v1\/plugin\/delete"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin\/test": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/redirection\/v1\/plugin\/test"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin\/data": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "upgrade": {
                            "description": "Upgrade parameter",
                            "type": "string",
                            "enum": [
                                "stop",
                                "skip",
                                "retry"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/redirection\/v1\/plugin\/data"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin\/finish": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/redirection\/v1\/plugin\/finish"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin\/fix": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "reason": {
                            "description": "Reason for fix",
                            "type": "string",
                            "required": true
                        },
                        "current": {
                            "description": "Current version",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/redirection\/v1\/plugin\/fix"
                    }
                ]
            }
        },
        "\/redirection\/v1\/import\/file\/(?P<group_id>\\d+)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/redirection\/v1\/import\/plugin": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/redirection\/v1\/import\/plugin"
                    }
                ]
            }
        },
        "\/redirection\/v1\/export\/(?P<module>1|2|3|all)\/(?P<format>csv|apache|nginx|json)": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/v3",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/featured": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/marketplace\/featured"
                    }
                ]
            }
        },
        "\/wc\/v1": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1"
                    }
                ]
            }
        },
        "\/wc\/v1\/marketplace\/product-preview": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/marketplace\/product-preview"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/refresh": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/marketplace\/refresh"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/subscriptions": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/marketplace\/subscriptions"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/subscriptions\/connect": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/marketplace\/subscriptions\/connect"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/subscriptions\/activate-plugin": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/marketplace\/subscriptions\/activate-plugin"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/subscriptions\/disconnect": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/marketplace\/subscriptions\/disconnect"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/subscriptions\/activate": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/marketplace\/subscriptions\/activate"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/subscriptions\/install-url": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/marketplace\/subscriptions\/install-url"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/create-order": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/marketplace\/create-order"
                    }
                ]
            }
        },
        "\/wc\/pos\/v1\/catalog": {
            "namespace": "wc\/pos\/v1\/catalog",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/pos\/v1\/catalog",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/pos\/v1\/catalog"
                    }
                ]
            }
        },
        "\/wc\/pos\/v1\/catalog\/create": {
            "namespace": "wc\/pos\/v1\/catalog",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Force regeneration of the feed. NOOP if generation is in progress.",
                            "required": false
                        },
                        "_product_fields": {
                            "type": "string",
                            "description": "Comma-separated list of fields to include for non-variable products.",
                            "required": false
                        },
                        "_variation_fields": {
                            "type": "string",
                            "description": "Comma-separated list of fields to include for variations.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/pos\/v1\/catalog\/create"
                    }
                ]
            }
        },
        "\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/file_size"
                    }
                ]
            }
        },
        "\/yoast\/v1\/statistics": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/statistics"
                    }
                ]
            }
        },
        "\/yoast\/v1\/ai_generator\/callback": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "access_jwt": {
                            "type": "string",
                            "description": "The access JWT.",
                            "required": true
                        },
                        "refresh_jwt": {
                            "type": "string",
                            "description": "The JWT to be used when the access JWT needs to be refreshed.",
                            "required": true
                        },
                        "code_challenge": {
                            "type": "string",
                            "description": "The SHA266 of the verification code used to check the authenticity of a callback call.",
                            "required": true
                        },
                        "user_id": {
                            "type": "integer",
                            "description": "The id of the user associated to the code verifier.",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "access_jwt": {
                            "type": "string",
                            "description": "The access JWT.",
                            "required": true
                        },
                        "refresh_jwt": {
                            "type": "string",
                            "description": "The JWT to be used when the access JWT needs to be refreshed.",
                            "required": true
                        },
                        "code_challenge": {
                            "type": "string",
                            "description": "The SHA266 of the verification code used to check the authenticity of a callback call.",
                            "required": true
                        },
                        "user_id": {
                            "type": "integer",
                            "description": "The id of the user associated to the code verifier.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/ai_generator\/callback"
                    }
                ]
            }
        },
        "\/yoast\/v1\/ai_generator\/refresh_callback": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "access_jwt": {
                            "type": "string",
                            "description": "The access JWT.",
                            "required": true
                        },
                        "refresh_jwt": {
                            "type": "string",
                            "description": "The JWT to be used when the access JWT needs to be refreshed.",
                            "required": true
                        },
                        "code_challenge": {
                            "type": "string",
                            "description": "The SHA266 of the verification code used to check the authenticity of a callback call.",
                            "required": true
                        },
                        "user_id": {
                            "type": "integer",
                            "description": "The id of the user associated to the code verifier.",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "access_jwt": {
                            "type": "string",
                            "description": "The access JWT.",
                            "required": true
                        },
                        "refresh_jwt": {
                            "type": "string",
                            "description": "The JWT to be used when the access JWT needs to be refreshed.",
                            "required": true
                        },
                        "code_challenge": {
                            "type": "string",
                            "description": "The SHA266 of the verification code used to check the authenticity of a callback call.",
                            "required": true
                        },
                        "user_id": {
                            "type": "integer",
                            "description": "The id of the user associated to the code verifier.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/ai_generator\/refresh_callback"
                    }
                ]
            }
        },
        "\/yoast\/v1\/ai_generator\/consent": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "consent": {
                            "type": "boolean",
                            "description": "Whether the consent to use AI-based services has been given by the user.",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "consent": {
                            "type": "boolean",
                            "description": "Whether the consent to use AI-based services has been given by the user.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/ai_generator\/consent"
                    }
                ]
            }
        },
        "\/yoast\/v1\/ai\/free_sparks": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/ai\/free_sparks"
                    }
                ]
            }
        },
        "\/yoast\/v1\/ai_generator\/bust_subscription_cache": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/ai_generator\/bust_subscription_cache"
                    }
                ]
            }
        },
        "\/yoast\/v1\/ai_generator\/get_suggestions": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "enum": [
                                "seo-title",
                                "meta-description",
                                "product-seo-title",
                                "product-meta-description",
                                "product-taxonomy-seo-title",
                                "product-taxonomy-meta-description",
                                "taxonomy-seo-title",
                                "taxonomy-meta-description"
                            ],
                            "description": "The type of suggestion requested.",
                            "required": true
                        },
                        "prompt_content": {
                            "type": "string",
                            "description": "The content needed by the prompt to ask for suggestions.",
                            "required": true
                        },
                        "focus_keyphrase": {
                            "type": "string",
                            "description": "The focus keyphrase associated to the post.",
                            "required": true
                        },
                        "language": {
                            "type": "string",
                            "description": "The language the post is written in.",
                            "required": true
                        },
                        "platform": {
                            "type": "string",
                            "enum": [
                                "Google",
                                "Facebook",
                                "Twitter"
                            ],
                            "description": "The platform the post is intended for.",
                            "required": true
                        },
                        "editor": {
                            "type": "string",
                            "enum": [
                                "classic",
                                "elementor",
                                "gutenberg"
                            ],
                            "description": "The current editor.",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "enum": [
                                "seo-title",
                                "meta-description",
                                "product-seo-title",
                                "product-meta-description",
                                "product-taxonomy-seo-title",
                                "product-taxonomy-meta-description",
                                "taxonomy-seo-title",
                                "taxonomy-meta-description"
                            ],
                            "description": "The type of suggestion requested.",
                            "required": true
                        },
                        "prompt_content": {
                            "type": "string",
                            "description": "The content needed by the prompt to ask for suggestions.",
                            "required": true
                        },
                        "focus_keyphrase": {
                            "type": "string",
                            "description": "The focus keyphrase associated to the post.",
                            "required": true
                        },
                        "language": {
                            "type": "string",
                            "description": "The language the post is written in.",
                            "required": true
                        },
                        "platform": {
                            "type": "string",
                            "enum": [
                                "Google",
                                "Facebook",
                                "Twitter"
                            ],
                            "description": "The platform the post is intended for.",
                            "required": true
                        },
                        "editor": {
                            "type": "string",
                            "enum": [
                                "classic",
                                "elementor",
                                "gutenberg"
                            ],
                            "description": "The current editor.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/ai_generator\/get_suggestions"
                    }
                ]
            }
        },
        "\/yoast\/v1\/ai_generator\/get_usage": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "is_woo_product_entity": {
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "is_woo_product_entity": {
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/ai_generator\/get_usage"
                    }
                ]
            }
        },
        "\/yoast\/v1\/new-content-type-visibility\/dismiss-post-type": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "postTypeName": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/new-content-type-visibility\/dismiss-post-type"
                    }
                ]
            }
        },
        "\/yoast\/v1\/new-content-type-visibility\/dismiss-taxonomy": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "taxonomyName": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/new-content-type-visibility\/dismiss-taxonomy"
                    }
                ]
            }
        },
        "\/yoast\/v1\/site_kit_configuration_permanent_dismissal": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "is_dismissed": {
                            "type": "bool",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/site_kit_configuration_permanent_dismissal"
                    }
                ]
            }
        },
        "\/yoast\/v1\/site_kit_manage_consent": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "consent": {
                            "type": "bool",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/site_kit_manage_consent"
                    }
                ]
            }
        },
        "\/yoast\/v1\/readability_scores": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "contentType": {
                            "type": "string",
                            "required": true
                        },
                        "taxonomy": {
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "term": {
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "troubleshooting": {
                            "type": "bool",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/readability_scores"
                    }
                ]
            }
        },
        "\/yoast\/v1\/seo_scores": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "contentType": {
                            "type": "string",
                            "required": true
                        },
                        "taxonomy": {
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "term": {
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "troubleshooting": {
                            "type": "bool",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/seo_scores"
                    }
                ]
            }
        },
        "\/yoast\/v1\/time_based_seo_metrics": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "limit": {
                            "type": "int",
                            "default": 5,
                            "required": false
                        },
                        "options": {
                            "type": "object",
                            "properties": {
                                "widget": {
                                    "type": "string",
                                    "required": true,
                                    "sanitize_callback": "sanitize_text_field"
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/time_based_seo_metrics"
                    }
                ]
            }
        },
        "\/yoast\/v1\/setup_steps_tracking": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "setup_widget_loaded": {
                            "type": "string",
                            "enum": [
                                "yes",
                                "no"
                            ],
                            "required": false
                        },
                        "first_interaction_stage": {
                            "type": "string",
                            "enum": [
                                "install",
                                "activate",
                                "setup",
                                "grantConsent",
                                "successfullyConnected"
                            ],
                            "required": false
                        },
                        "last_interaction_stage": {
                            "type": "string",
                            "enum": [
                                "install",
                                "activate",
                                "setup",
                                "grantConsent",
                                "successfullyConnected"
                            ],
                            "required": false
                        },
                        "setup_widget_temporarily_dismissed": {
                            "type": "string",
                            "enum": [
                                "yes",
                                "no"
                            ],
                            "required": false
                        },
                        "setup_widget_permanently_dismissed": {
                            "type": "string",
                            "enum": [
                                "yes",
                                "no"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/setup_steps_tracking"
                    }
                ]
            }
        },
        "\/yoast\/v1\/introductions\/(?P<introduction_id>[\\w-]+)\/seen": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "introduction_id": {
                            "type": "string",
                            "required": true
                        },
                        "is_seen": {
                            "type": "bool",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/yoast\/v1\/wistia_embed_permission": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "value": {
                            "type": "bool",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/wistia_embed_permission"
                    }
                ]
            }
        },
        "\/yoast\/v1\/available_posts": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "search": {
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "postType": {
                            "type": "string",
                            "default": "page",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/available_posts"
                    }
                ]
            }
        },
        "\/yoast\/v1\/alerts\/dismiss": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "key": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/alerts\/dismiss"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/site_representation": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "company_or_person": {
                            "type": "string",
                            "enum": [
                                "company",
                                "person"
                            ],
                            "required": true
                        },
                        "company_name": {
                            "type": "string",
                            "required": false
                        },
                        "company_logo": {
                            "type": "string",
                            "required": false
                        },
                        "company_logo_id": {
                            "type": "integer",
                            "required": false
                        },
                        "person_logo": {
                            "type": "string",
                            "required": false
                        },
                        "person_logo_id": {
                            "type": "integer",
                            "required": false
                        },
                        "company_or_person_user_id": {
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/configuration\/site_representation"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/social_profiles": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "facebook_site": {
                            "type": "string",
                            "required": false
                        },
                        "twitter_site": {
                            "type": "string",
                            "required": false
                        },
                        "other_social_urls": {
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/configuration\/social_profiles"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/check_capability": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "user_id": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/configuration\/check_capability"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/enable_tracking": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "tracking": {
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/configuration\/enable_tracking"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/save_configuration_state": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "finishedSteps": {
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/configuration\/save_configuration_state"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/get_configuration_state": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/configuration\/get_configuration_state"
                    }
                ]
            }
        },
        "\/yoast\/v1\/import\/(?P<plugin>[\\w-]+)\/(?P<type>[\\w-]+)": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/yoast\/v1\/get_head": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/get_head"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/posts": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/indexing\/posts"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/terms": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/indexing\/general"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/prepare": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/link-indexing\/terms"
                    }
                ]
            }
        },
        "\/yoast\/v1\/integrations\/set_active": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "active": {
                            "type": "boolean",
                            "required": true
                        },
                        "integration": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/integrations\/set_active"
                    }
                ]
            }
        },
        "\/yoast\/v1\/meta\/search": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/meta\/search"
                    }
                ]
            }
        },
        "\/yoast\/v1\/semrush\/authenticate": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/wincher\/keyphrases\/track"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/keyphrases": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keyphrases": {
                            "required": false
                        },
                        "permalink": {
                            "required": false
                        },
                        "startAt": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/wincher\/keyphrases\/untrack"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/account\/limit": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/wincher\/account\/limit"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/account\/upgrade-campaign": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/wincher\/account\/upgrade-campaign"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/workouts"
                    }
                ]
            }
        },
        "\/yoast\/v1\/complete_task": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "options": {
                            "type": "object",
                            "properties": {
                                "task": {
                                    "type": "string",
                                    "required": true,
                                    "sanitize_callback": "sanitize_text_field"
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/complete_task"
                    }
                ]
            }
        },
        "\/yoast\/v1\/get_tasks": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "options": {
                            "type": "object",
                            "properties": {
                                "filter": {
                                    "type": "string",
                                    "required": false,
                                    "sanitize_callback": "sanitize_text_field"
                                },
                                "limit": {
                                    "type": "int",
                                    "required": false,
                                    "sanitize_callback": "absint"
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/get_tasks"
                    }
                ]
            }
        },
        "\/yoast\/v1\/action_tracking": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "action": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/yoast\/v1\/action_tracking"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/heartbeat\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "prefix": {
                            "description": "Prefisso da aggiungere prima degli identificatori delle statistiche.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/heartbeat\/data"
                    }
                ]
            }
        },
        "\/pronamic-pay\/v1": {
            "namespace": "pronamic-pay\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "pronamic-pay\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/pronamic-pay\/v1"
                    }
                ]
            }
        },
        "\/pronamic-pay\/v1\/gateways\/(?P<config_id>\\d+)": {
            "namespace": "pronamic-pay\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "config_id": {
                            "description": "Gateway configuration ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/pronamic-pay\/v1\/gateways\/(?P<config_id>\\d+)\/admin": {
            "namespace": "pronamic-pay\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "config_id": {
                            "description": "Gateway configuration ID.",
                            "type": "integer",
                            "required": false
                        },
                        "gateway_id": {
                            "description": "Gateway ID.",
                            "type": "string",
                            "required": false
                        },
                        "gateway_mode": {
                            "description": "Gateway mode.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/pronamic-pay\/v1\/payments\/(?P<payment_id>\\d+)": {
            "namespace": "pronamic-pay\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "payment_id": {
                            "description": "Payment ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/pronamic-pay\/v1\/subscriptions\/(?P<subscription_id>\\d+)": {
            "namespace": "pronamic-pay\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "subscription_id": {
                            "description": "Subscription ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/pronamic-pay\/v1\/subscriptions\/(?P<subscription_id>\\d+)\/phases\/(?P<sequence_number>\\d+)": {
            "namespace": "pronamic-pay\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "subscription_id": {
                            "description": "Subscription ID.",
                            "type": "integer",
                            "required": false
                        },
                        "sequence_number": {
                            "description": "Subscription phase sequence number.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/pronamic-pay\/buckaroo\/v1": {
            "namespace": "pronamic-pay\/buckaroo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "pronamic-pay\/buckaroo\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/pronamic-pay\/buckaroo\/v1"
                    }
                ]
            }
        },
        "\/pronamic-pay\/buckaroo\/v1\/push": {
            "namespace": "pronamic-pay\/buckaroo\/v1",
            "methods": [
                "GET",
                "POST",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/pronamic-pay\/buckaroo\/v1\/push"
                    }
                ]
            }
        },
        "\/pronamic-pay\/mollie\/v1": {
            "namespace": "pronamic-pay\/mollie\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "pronamic-pay\/mollie\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/pronamic-pay\/mollie\/v1"
                    }
                ]
            }
        },
        "\/pronamic-pay\/mollie\/v1\/webhook": {
            "namespace": "pronamic-pay\/mollie\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Mollie transaction ID.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/pronamic-pay\/mollie\/v1\/webhook"
                    }
                ]
            }
        },
        "\/pronamic-pay\/mollie\/v1\/webhook\/(?P<payment_id>\\d+)": {
            "namespace": "pronamic-pay\/mollie\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "payment_id": {
                            "description": "Payment ID.",
                            "type": "string",
                            "required": true
                        },
                        "id": {
                            "description": "Mollie transaction ID.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/pronamic-pay\/mollie\/v1\/payments\/webhook\/(?P<payment_id>\\d+)": {
            "namespace": "pronamic-pay\/mollie\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "payment_id": {
                            "description": "Payment ID.",
                            "type": "string",
                            "required": true
                        },
                        "id": {
                            "description": "Mollie transaction ID.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/pronamic-pay\/mollie\/v1\/orders\/webhook\/(?P<payment_id>\\d+)": {
            "namespace": "pronamic-pay\/mollie\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "payment_id": {
                            "description": "Payment ID.",
                            "type": "string",
                            "required": true
                        },
                        "id": {
                            "description": "Mollie order ID.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/pronamic-pay\/paypal\/v1": {
            "namespace": "pronamic-pay\/paypal\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "pronamic-pay\/paypal\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/pronamic-pay\/paypal\/v1"
                    }
                ]
            }
        },
        "\/pronamic-pay\/paypal\/v1\/ipn-listener": {
            "namespace": "pronamic-pay\/paypal\/v1",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "custom": {
                            "description": "Custom.",
                            "type": "string",
                            "required": false
                        },
                        "payment_status": {
                            "description": "The status of the payment.",
                            "type": "string",
                            "required": false
                        },
                        "txn_id": {
                            "description": "The merchant's original transaction identification number for the payment from the buyer, against which the case was registered.",
                            "type": "string",
                            "required": false
                        },
                        "parent_txn_id": {
                            "description": "In the case of a refund, reversal, or canceled reversal, this variable contains the `txn_id` of the original transaction.",
                            "type": "string",
                            "required": false
                        },
                        "mc_currency": {
                            "description": "For payment IPN notifications, this is the currency of the payment.",
                            "type": "string",
                            "required": false
                        },
                        "mc_gross": {
                            "description": "Full amount of the customer's payment, before transaction fee is subtracted. Equivalent to payment_gross for USD payments. If this amount is negative, it signifies a refund or reversal, and either of those payment statuses can be for the full or partial amount of the original transaction.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "custom": {
                            "description": "Custom.",
                            "type": "string",
                            "required": false
                        },
                        "payment_status": {
                            "description": "The status of the payment.",
                            "type": "string",
                            "required": false
                        },
                        "txn_id": {
                            "description": "The merchant's original transaction identification number for the payment from the buyer, against which the case was registered.",
                            "type": "string",
                            "required": false
                        },
                        "parent_txn_id": {
                            "description": "In the case of a refund, reversal, or canceled reversal, this variable contains the `txn_id` of the original transaction.",
                            "type": "string",
                            "required": false
                        },
                        "mc_currency": {
                            "description": "For payment IPN notifications, this is the currency of the payment.",
                            "type": "string",
                            "required": false
                        },
                        "mc_gross": {
                            "description": "Full amount of the customer's payment, before transaction fee is subtracted. Equivalent to payment_gross for USD payments. If this amount is negative, it signifies a refund or reversal, and either of those payment statuses can be for the full or partial amount of the original transaction.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/pronamic-pay\/paypal\/v1\/ipn-listener"
                    }
                ]
            }
        },
        "\/pronamic-pay\/paypal\/v1\/cancel-return\/(?P<payment_id>\\d+)": {
            "namespace": "pronamic-pay\/paypal\/v1",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "hash": {
                            "description": "Hash.",
                            "type": "string",
                            "required": false
                        },
                        "payment_id": {
                            "description": "Payment ID.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "hash": {
                            "description": "Hash.",
                            "type": "string",
                            "required": false
                        },
                        "payment_id": {
                            "description": "Payment ID.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/pronamic-pay\/omnikassa-2\/v1": {
            "namespace": "pronamic-pay\/omnikassa-2\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "pronamic-pay\/omnikassa-2\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/pronamic-pay\/omnikassa-2\/v1"
                    }
                ]
            }
        },
        "\/pronamic-pay\/omnikassa-2\/v1\/return\/(?P<payment_id>[\\d]+)": {
            "namespace": "pronamic-pay\/omnikassa-2\/v1",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "OmniKassa order ID.",
                            "type": "string",
                            "required": false
                        },
                        "payment_id": {
                            "description": "Unique identifier for the payment.",
                            "type": "integer",
                            "required": false
                        },
                        "signature": {
                            "description": "OmniKassa signature.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "OmniKassa order status.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "OmniKassa order ID.",
                            "type": "string",
                            "required": false
                        },
                        "payment_id": {
                            "description": "Unique identifier for the payment.",
                            "type": "integer",
                            "required": false
                        },
                        "signature": {
                            "description": "OmniKassa signature.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "OmniKassa order status.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/pronamic-pay\/omnikassa-2\/v1\/webhook": {
            "namespace": "pronamic-pay\/omnikassa-2\/v1",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/pronamic-pay\/omnikassa-2\/v1\/webhook"
                    }
                ]
            }
        },
        "\/pronamic-pay\/omnikassa-2\/v1\/webhook\/(?P<id>[\\d]+)": {
            "namespace": "pronamic-pay\/omnikassa-2\/v1",
            "methods": [
                "POST",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the gateway configuration post.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the gateway configuration post.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/verify_xmlrpc_error": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "nonce": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/verify_xmlrpc_error"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/full-sync": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "modules": {
                            "description": "Moduli dei dati che dovrebbero essere inclusi nella sincronizzazione completa",
                            "type": "array",
                            "required": false
                        },
                        "users": {
                            "description": "ID degli utenti da includere nella sincronizzazione completa o \"iniziale\"",
                            "required": false
                        },
                        "posts": {
                            "description": "ID degli articoli da includere nella sincronizzazione completa",
                            "type": "array",
                            "required": false
                        },
                        "comments": {
                            "description": "ID dei commenti da includere nella sincronizzazione completa",
                            "type": "array",
                            "required": false
                        },
                        "context": {
                            "description": "Contesto per la sincronizzazione completa",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/sync\/full-sync"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/status": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "fields": {
                            "description": "Comma-separated list of additional fields that should be included in status.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/sync\/status"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/health": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "status": {
                            "description": "Nuovo stato di integrit\u00e0 della sincronizzazione",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/sync\/health"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/settings": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/sync\/settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/object": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "module_name": {
                            "description": "Nome del modulo di sincronizzazione",
                            "type": "string",
                            "required": false
                        },
                        "object_type": {
                            "description": "Tipo di oggetto",
                            "type": "string",
                            "required": false
                        },
                        "object_ids": {
                            "description": "Identificatori degli oggetti",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/sync\/object"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/now": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "queue": {
                            "description": "Nome della coda di sincronizzazione.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/sync\/now"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/checkout": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/sync\/checkout"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/close": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/sync\/close"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/unlock": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "queue": {
                            "description": "Nome della coda di sincronizzazione.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/sync\/unlock"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/object-id-range": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "sync_module": {
                            "description": "Nome del modulo di sincronizzazione.",
                            "type": "string",
                            "required": true
                        },
                        "batch_size": {
                            "description": "Dimensione dei batch",
                            "type": "int",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/sync\/object-id-range"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/data-check": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "perform_text_conversion": {
                            "description": "Se i campi di testo devono essere convertiti in latin1 nel calcolo del checksum.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/sync\/data-check"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/data-histogram": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "columns": {
                            "description": "Mappature colonna",
                            "type": "array",
                            "required": false
                        },
                        "object_type": {
                            "description": "Tipo di oggetto",
                            "type": "string",
                            "required": false
                        },
                        "buckets": {
                            "description": "Numero di bucket dell'istogramma.",
                            "type": "int",
                            "required": false
                        },
                        "start_id": {
                            "description": "ID di inizio per l'istogramma",
                            "type": "int",
                            "required": false
                        },
                        "end_id": {
                            "description": "ID di fine per l'istogramma",
                            "type": "int",
                            "required": false
                        },
                        "strip_non_ascii": {
                            "description": "Rimuovere i caratteri non ascii?",
                            "type": "boolean",
                            "required": false
                        },
                        "shared_salt": {
                            "description": "Salt condiviso da usare durante la generazione del checksum",
                            "type": "string",
                            "required": false
                        },
                        "only_range_edges": {
                            "description": "Should only range edges be returned",
                            "type": "boolean",
                            "required": false
                        },
                        "detailed_drilldown": {
                            "description": "Vogliamo il checksum o gli ID dell'oggetto.",
                            "type": "boolean",
                            "required": false
                        },
                        "perform_text_conversion": {
                            "description": "Se i campi di testo devono essere convertiti in latin1 nel calcolo del checksum.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/sync\/data-histogram"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/spawn-sync": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/sync\/spawn-sync"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/locks": {
            "namespace": "jetpack\/v4",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/sync\/locks"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/clear-queue": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/sync\/clear-queue"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/jitm": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/jitm"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/confirm-safe-mode": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/identity-crisis\/confirm-safe-mode"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/migrate": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/identity-crisis\/migrate"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/start-fresh": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "redirect_uri": {
                            "description": "URI della pagina di amministrazione a cui l'utente dovrebbe essere rendirizzato dopo il flusso di connessione",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/identity-crisis\/start-fresh"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/idc-url-validation": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/identity-crisis\/idc-url-validation"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/url-secret": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/identity-crisis\/url-secret"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/compare-url-secret": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "secret": {
                            "description": "URL segreto da paragonare a quelli memorizzati nel database.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/identity-crisis\/compare-url-secret"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/plan": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/search\/plan"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/settings": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/search\/settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/stats": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/search\/stats"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/pricing": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/search\/pricing"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/plan\/activate": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/search\/plan\/activate"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/plan\/deactivate": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/search\/plan\/deactivate"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/search"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/local-stats": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/search\/local-stats"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/waf": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/waf"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/waf\/update-rules": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/waf\/update-rules"
                    }
                ]
            }
        },
        "\/wpcom\/v2": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wpcom\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/videopress\/meta": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID dell'articolo per l'allegato.",
                            "type": "int",
                            "required": true
                        },
                        "title": {
                            "description": "Il titolo del video.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione del video.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "La didascalia del video.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "La classificazione del contenuto del video. Uno tra G, PG-13 o R-17",
                            "type": "string",
                            "required": false
                        },
                        "display_embed": {
                            "description": "Mostra il menu di condivisione nel lettore.",
                            "type": "boolean",
                            "required": false
                        },
                        "allow_download": {
                            "description": "Mostra l'opzione di download e permetti ai visitatori di scaricare questo video",
                            "type": "boolean",
                            "required": false
                        },
                        "privacy_setting": {
                            "description": "Come determinare se il video deve essere pubblico o privato",
                            "type": "int",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/videopress\/meta"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/videopress\/(?P<video_guid>\\w+)\/poster": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "at_time": {
                            "description": "Il tempo nel video da utilizzare come cornice del poster.",
                            "type": "int",
                            "required": false
                        },
                        "is_millisec": {
                            "description": "Se il tempo \u00e8 in millisecondi o secondi.",
                            "type": "boolean",
                            "required": false
                        },
                        "poster_attachment_id": {
                            "description": "L'ID allegato dell'immagine poster",
                            "type": "int",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/videopress\/(?P<video_guid>\\w+)\/check-ownership\/(?P<post_id>\\d+)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wpcom\/v2\/videopress\/upload-jwt": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/videopress\/upload-jwt"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/videopress\/playback-jwt\/(?P<video_guid>\\w+)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats\/blog": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats\/blog"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4\/stats-app",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats-app"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/stats\/(?P<resource>[\\-\\w]+)\/(?P<resource_id>[\\d]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/stats\/(?P<resource>[\\-\\w]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/posts\/(?P<resource_id>[\\d]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/posts\/(?P<resource_id>[\\d]+)\/likes": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/stats": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats-app\/sites\/241669744\/stats"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/site-has-never-published-post": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats-app\/sites\/241669744\/site-has-never-published-post"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/posts": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats-app\/sites\/241669744\/posts"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/subscribers\/counts": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats-app\/sites\/241669744\/subscribers\/counts"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/jetpack-stats\/usage": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats-app\/sites\/241669744\/jetpack-stats\/usage"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/jetpack-stats\/user-feedback": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats-app\/sites\/241669744\/jetpack-stats\/user-feedback"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/wordads\/earnings": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats-app\/sites\/241669744\/wordads\/earnings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/wordads\/stats": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats-app\/sites\/241669744\/wordads\/stats"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/stats\/notices": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "type": "string",
                            "description": "ID of the notice",
                            "required": true
                        },
                        "status": {
                            "type": "string",
                            "description": "Status of the notice",
                            "required": true
                        },
                        "postponed_for": {
                            "type": "number",
                            "default": null,
                            "description": "Postponed for (in seconds)",
                            "minimum": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats-app\/stats\/notices"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/jetpack-stats-dashboard\/notices": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "type": "string",
                            "description": "ID of the notice",
                            "required": true
                        },
                        "status": {
                            "type": "string",
                            "description": "Status of the notice",
                            "required": true
                        },
                        "postponed_for": {
                            "type": "number",
                            "default": null,
                            "description": "Postponed for (in seconds)",
                            "minimum": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats-app\/sites\/241669744\/jetpack-stats-dashboard\/notices"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/stats\/referrers\/spam\/new": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "domain": {
                            "type": "string",
                            "description": "Domain of the referrer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats-app\/sites\/241669744\/stats\/referrers\/spam\/new"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/stats\/referrers\/spam\/delete": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "domain": {
                            "type": "string",
                            "description": "Domain of the referrer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats-app\/sites\/241669744\/stats\/referrers\/spam\/delete"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/jetpack-stats-dashboard\/modules": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats-app\/sites\/241669744\/jetpack-stats-dashboard\/modules"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/jetpack-stats-dashboard\/module-settings": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats-app\/sites\/241669744\/jetpack-stats-dashboard\/module-settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/stats\/emails\/(?P<resource>[\\-\\w\\d]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/stats\/opens\/emails\/(?P<post_id>[\\d]+)\/(?P<resource>[\\-\\w]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/stats\/clicks\/emails\/(?P<post_id>[\\d]+)\/(?P<resource>[\\-\\w]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/stats\/(?P<resource>[\\-\\w]+)\/emails\/(?P<post_id>[\\d]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/stats\/utm\/(?P<utm_params>[_,\\-\\w]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/stats\/devices\/(?P<device_property>[\\w]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/commercial-classification": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats-app\/sites\/241669744\/commercial-classification"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/purchases": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/stats-app\/sites\/241669744\/purchases"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/241669744\/stats\/location-views\/(?P<geo_mode>country|region|city)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/import": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4\/import",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/import"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/blocks": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "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
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "I termini assegnati all'articolo nella tassonomia wp_pattern_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Importa l'identificativo univoco di Jetpack per il termine.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/import\/blocks"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/categories": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "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": "Abbreviazione della categoria principale.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Importa l'identificativo univoco di Jetpack per il termine.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/import\/categories"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/comments": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "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": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Stato di risoluzione delle note",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Importa l'identificativo univoco di Jetpack per il termine.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/import\/comments"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/custom-css": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Importa l'identificativo univoco di Jetpack per il termine.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/import\/custom-css"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/end": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/import\/end"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/global-styles": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "theme": {
                            "description": "Il nome del tema.",
                            "type": "string",
                            "required": true
                        },
                        "unified_importer_id": {
                            "description": "Importa l'identificativo univoco di Jetpack per il termine.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/import\/global-styles"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/media": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "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
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "upload_date": {
                            "description": "La data per la directory di caricamento dell'allegato.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "pattern": "^\\d{4}\\\/\\d{2}$",
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Importa l'identificativo univoco di Jetpack per il termine.",
                            "type": "integer",
                            "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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/import\/media"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/media\/(?P<id>[\\d]+)": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per l'allegato.",
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "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
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "upload_date": {
                            "description": "La data per la directory di caricamento dell'allegato.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "pattern": "^\\d{4}\\\/\\d{2}$",
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Importa l'identificativo univoco di Jetpack per il termine.",
                            "type": "integer",
                            "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
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/import\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "jetpack\/v4\/import",
            "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
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/import\/menu-items": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "L'id del genitore dell'oggetto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Testo per l'attributo title dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Nomi della classi per l'elemento link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione di questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "L'ID DB di nav_menu_item che \u00e8 genitore di questa voce di menu, se presente. Altrimenti 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Il tipo di oggetto originariamente rappresentato, come \"category\", \"post\" o \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "L'ID del database dell'oggetto originale che questa voce di menu rappresenta, ad esempio l'ID per gli articoli o il term_id per le categorie.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "L'attributo target dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "L'URL al quale questa voce di menu punta.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "La relazione XFN espressa nel link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "Lo slug del menu principale.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Importa l'identificativo univoco di Jetpack per il termine.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/import\/menu-items"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/menus": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "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
                        },
                        "unified_importer_id": {
                            "description": "Importa l'identificativo univoco di Jetpack per il termine.",
                            "type": "integer",
                            "required": true
                        },
                        "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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/import\/menus"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/navigation": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Importa l'identificativo univoco di Jetpack per il termine.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/import\/navigation"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/pages": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "tags": {
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Importa l'identificativo univoco di Jetpack per il termine.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/import\/pages"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/posts": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_jetpack_memberships_contains_paid_content": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Se l'articolo sia da trattare come in evidenza o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "I termini assegnati all'articolo nella tassonomia category.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "I termini assegnati all'articolo nella tassonomia post_tag.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Importa l'identificativo univoco di Jetpack per il termine.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/import\/posts"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/start": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/import\/start"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/tags": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "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
                        },
                        "unified_importer_id": {
                            "description": "Importa l'identificativo univoco di Jetpack per il termine.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/import\/tags"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/template-parts": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "unified_importer_id": {
                            "description": "Importa l'identificativo univoco di Jetpack per il termine.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/import\/template-parts"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/import\/templates": {
            "namespace": "jetpack\/v4\/import",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "unified_importer_id": {
                            "description": "Importa l'identificativo univoco di Jetpack per il termine.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/import\/templates"
                    }
                ]
            }
        },
        "\/duplicate-post\/v1": {
            "namespace": "duplicate-post\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "duplicate-post\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/duplicate-post\/v1"
                    }
                ]
            }
        },
        "\/duplicate-post\/v1\/original\/(?P<post_id>\\d+)": {
            "namespace": "duplicate-post\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "post_id": {
                            "description": "L'ID del post da cui rimuovere il riferimento originale.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/business-hours\/localized-week": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/business-hours\/localized-week"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/admin-color": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/admin-color"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/admin-menu": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/admin-menu"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/jetpack-ai\/ai-assistant-feature": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/jetpack-ai\/ai-assistant-feature"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/app-media": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "number": {
                            "description": "Numero di elementi multimediali in questa richiesta",
                            "type": "number",
                            "default": 20,
                            "required": false
                        },
                        "page_handle": {
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "after": {
                            "description": "Data e ora dal momento in cui il media \u00e8 stato caricato",
                            "type": "number",
                            "default": 0,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/app-media"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/editor-assets": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "exclude": {
                            "description": "Elenco di tipi di asset separati da virgole da escludere dalla risposta. Valori supportati: \"core\" (risorse di base di WordPress), \"gutenberg\" (risorse del plugin Gutenberg) o prefissi dell'handle del plugin (ad esempio, \"contact-form-7\").",
                            "type": "string",
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/editor-assets"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/blog-stats": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "post_id": {
                            "description": "ID articolo per il quale ottenere statistiche.",
                            "type": [
                                "string",
                                "integer"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/blog-stats"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/email-preview": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "access": {
                            "description": "Livello di accesso.",
                            "enum": [
                                "everybody",
                                "subscribers",
                                "paid_subscribers"
                            ],
                            "default": "everybody",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/email-preview"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/external-media\/list\/(?P<service>google_photos|openverse|pexels)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "search": {
                            "description": "Termine di ricerca di raccolta degli elementi multimediali.",
                            "type": "string",
                            "required": false
                        },
                        "number": {
                            "description": "Numero di elementi multimediali in questa richiesta",
                            "type": "number",
                            "default": 20,
                            "required": false
                        },
                        "path": {
                            "type": "string",
                            "required": false
                        },
                        "page_handle": {
                            "type": "string",
                            "required": false
                        },
                        "session_id": {
                            "description": "ID sessione di un servizio, al momento solo Google Photos Picker",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/external-media\/copy\/(?P<service>google_photos|openverse|pexels)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "media": {
                            "description": "Metadati da copiare.",
                            "items": {
                                "type": "array",
                                "items": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "caption": {
                                            "type": "string"
                                        },
                                        "guid": {
                                            "type": "object",
                                            "properties": {
                                                "caption": {
                                                    "type": "string"
                                                },
                                                "name": {
                                                    "type": "string"
                                                },
                                                "title": {
                                                    "type": "string"
                                                },
                                                "url": {
                                                    "format": "uri",
                                                    "type": "string"
                                                }
                                            }
                                        },
                                        "title": {
                                            "type": "string"
                                        },
                                        "meta": {
                                            "type": "object",
                                            "additionalProperties": false,
                                            "properties": {
                                                "vertical_id": {
                                                    "type": "string",
                                                    "format": "text-field"
                                                },
                                                "pexels_object": {
                                                    "type": "object"
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "type": "array",
                            "required": true
                        },
                        "post_id": {
                            "description": "ID dell'articolo per allegare il caricamento.",
                            "type": "number",
                            "minimum": 0,
                            "required": false
                        },
                        "should_proxy": {
                            "description": "Se usare un proxy per la richiesta di media.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/external-media\/connection\/(?P<service>google_photos)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wpcom\/v2\/external-media\/connection\/(?P<service>google_photos)\/picker_status": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wpcom\/v2\/external-media\/session\/(?P<service>google_photos)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wpcom\/v2\/external-media\/session\/(?P<service>google_photos)\/(?P<session_id>.*)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wpcom\/v2\/external-media\/proxy\/(?P<service>google_photos)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "url": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/following\/mine": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ignore_user_blogs": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/following\/mine"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/following\/recommendations": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "number": {
                            "type": "number",
                            "default": 5,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/following\/recommendations"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/goodreads\/user-id": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "ID utente Goodreads",
                            "type": "integer",
                            "minimum": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/goodreads\/user-id"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/checkGoogleDocVisibility": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/checkGoogleDocVisibility"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/instagram-gallery\/connect-url": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/instagram-gallery\/connect-url"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/instagram-gallery\/connections": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/instagram-gallery\/connections"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/instagram-gallery\/gallery": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "access_token": {
                            "description": "Un token di accesso del keyring di Instagram.",
                            "type": "integer",
                            "minimum": 1,
                            "required": true
                        },
                        "count": {
                            "description": "Quanti articoli su Instagram?",
                            "type": "integer",
                            "minimum": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/instagram-gallery\/gallery"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/mailchimp": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/mailchimp"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/mailchimp\/groups": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/mailchimp\/groups"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/mailchimp\/settings": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/mailchimp\/settings"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/newsletter-categories": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/newsletter-categories"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/newsletter-categories\/count": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "term_ids": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/newsletter-categories\/count"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/podcast-player": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "L'URL di feed RSS del podcast.",
                            "type": "string",
                            "required": true
                        },
                        "guids": {
                            "description": "Un elenco di identificatori univoci per il recupero di episodi specifici del podcast.",
                            "type": "array",
                            "required": true
                        },
                        "episode-options": {
                            "description": "Se dobbiamo restituire l'elenco degli episodi da utilizzare nell'interfaccia della selezione",
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/podcast-player"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/podcast-player\/track-quantity": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/podcast-player\/track-quantity"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/profile": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/profile"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/related-posts": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/related-posts"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/related-posts\/enable": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/related-posts\/enable"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/related-posts\/(?P<id>[\\d]+)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/resolve-redirect\/?(?P<url>.+)?": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "L'URL da verificare per la presenza di reindirizzamenti.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/search": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/search"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/send-email-preview": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/send-email-preview"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/template-loader\/(?P<template_type>\\w+)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "template_type": {
                            "description": "Il tipo di modello",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/post-types": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/post-types"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/top-posts": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "period": {
                            "description": "Intervallo temporale per le statistiche.",
                            "type": [
                                "string",
                                "integer"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/top-posts"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/transients\/(?P<name>\\w{1,172})": {
            "namespace": "wpcom\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "name": {
                            "description": "Il nome del transient da eliminare.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v3": {
            "namespace": "wpcom\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wpcom\/v3",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v3"
                    }
                ]
            }
        },
        "\/wpcom\/v3\/blogging-prompts": {
            "namespace": "wpcom\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "after": {
                            "description": "Mostra i prompt successivi a una data specifica.",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "Mostra i prompt prima di una data specifica.",
                            "type": "string",
                            "required": false
                        },
                        "force_year": {
                            "description": "Forza le richieste restituite in modo che siano per un anno specifico. Restituisce solamente una richiesta per ogni giorno.",
                            "type": "integer",
                            "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
                        },
                        "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
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v3\/blogging-prompts"
                    }
                ]
            }
        },
        "\/wpcom\/v3\/blogging-prompts\/(?P<id>[\\d]+)": {
            "namespace": "wpcom\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per il prompt.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v3\/jitm": {
            "namespace": "wpcom\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "message_path": {
                            "type": "string",
                            "description": "Il percorso del messaggio per cui recuperare JITM",
                            "required": true
                        },
                        "query": {
                            "type": "string",
                            "description": "Parametri di query aggiuntivi",
                            "required": false
                        },
                        "full_jp_logo_exists": {
                            "type": "boolean",
                            "description": "Se esiste il logo Jetpack completo",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "string",
                            "description": "ID del JITM da ignorare",
                            "required": true
                        },
                        "feature_class": {
                            "type": "string",
                            "description": "La classe di funzionalit\u00e0 del JITM",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v3\/jitm"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/gutenberg\/available-extensions": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/gutenberg\/available-extensions"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/hello": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/hello"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/memberships\/status\/?": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "type": "string",
                            "required": false
                        },
                        "is_editable": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/memberships\/status\/?"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/memberships\/product\/?": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "title": {
                            "type": "string",
                            "required": true
                        },
                        "price": {
                            "type": "number",
                            "required": true
                        },
                        "currency": {
                            "type": "string",
                            "required": true
                        },
                        "interval": {
                            "type": "string",
                            "required": true
                        },
                        "is_editable": {
                            "type": "boolean",
                            "required": false
                        },
                        "buyer_can_change_amount": {
                            "type": "boolean",
                            "required": false
                        },
                        "tier": {
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/memberships\/product\/?"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/memberships\/products\/?": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "currency": {
                            "type": "string",
                            "required": true
                        },
                        "type": {
                            "type": "string",
                            "required": true
                        },
                        "is_editable": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/memberships\/products\/?"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/memberships\/product\/(?P<product_id>[0-9]+)\/?": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "type": "string",
                            "required": true
                        },
                        "price": {
                            "type": "number",
                            "required": true
                        },
                        "currency": {
                            "type": "string",
                            "required": true
                        },
                        "interval": {
                            "type": "string",
                            "required": true
                        },
                        "is_editable": {
                            "type": "boolean",
                            "required": false
                        },
                        "buyer_can_change_amount": {
                            "type": "boolean",
                            "required": false
                        },
                        "tier": {
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "cancel_subscriptions": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/publicize\/connection-test-results": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wpcom\/v2\/publicize\/connection-test-results"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/service-api-keys\/(?P<service>[a-z\\-_]+)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "service_api_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc-admin",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin"
                    }
                ]
            }
        },
        "\/wc-admin\/notice\/dismiss": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/notice\/dismiss"
                    }
                ]
            }
        },
        "\/wc-admin\/features": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/features"
                    }
                ]
            }
        },
        "\/wc-admin\/experiments\/assignment": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/experiments\/assignment"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/recommended": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "category": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/marketing\/recommended"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/knowledge-base": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "category": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/marketing\/knowledge-base"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/misc-recommendations": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/marketing\/misc-recommendations"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/overview\/activate-plugin": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "plugin": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/marketing\/overview\/activate-plugin"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/overview\/installed-plugins": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/marketing\/overview\/installed-plugins"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/recommendations": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "category": {
                            "type": "string",
                            "enum": [
                                "channels",
                                "extensions"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/marketing\/recommendations"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/channels": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/marketing\/channels"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/campaigns": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/marketing\/campaigns"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/campaign-types": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/marketing\/campaign-types"
                    }
                ]
            }
        },
        "\/wc-admin\/options": {
            "namespace": "wc-admin",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/options"
                    }
                ]
            }
        },
        "\/wc-admin\/legacy-settings": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "schema": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/legacy-settings"
                    }
                ]
            }
        },
        "\/wc-admin\/payment-gateway-suggestions": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "force_default_suggestions": {
                            "type": "boolean",
                            "description": "Restituisci i suggerimenti di pagamento predefinito quando le opzioni woocommerce_show_marketplace_suggestions e woocommerce_setting_payments_recommendations_hidden sono impostate su No",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/payment-gateway-suggestions"
                    }
                ]
            }
        },
        "\/wc-admin\/payment-gateway-suggestions\/dismiss": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/payment-gateway-suggestions\/dismiss"
                    }
                ]
            }
        },
        "\/wc-admin\/themes": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "pluginzip": {
                            "description": "Un file zip del tema da caricare.",
                            "type": "file",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/themes"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/install": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/plugins\/install"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/install\/status": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/plugins\/install\/status"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/install\/status\/(?P<job_id>[a-z0-9_\\-]+)": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/plugins\/active": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/plugins\/active"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/installed": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/plugins\/installed"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/activate": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/plugins\/activate"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/activate\/status": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/plugins\/activate\/status"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/activate\/status\/(?P<job_id>[a-z0-9_\\-]+)": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/plugins\/connect-jetpack": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/plugins\/connect-jetpack"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/request-wccom-connect": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/plugins\/request-wccom-connect"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/finish-wccom-connect": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/plugins\/finish-wccom-connect"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/connect-wcpay": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/plugins\/connect-wcpay"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/connect-square": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/plugins\/connect-square"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/free-extensions": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/onboarding\/free-extensions"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/product-types": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/onboarding\/product-types"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/profile": {
            "namespace": "wc-admin",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "completed": {
                            "type": "boolean",
                            "description": "Se il profilo \u00e8 stato completato o meno.",
                            "required": false
                        },
                        "skipped": {
                            "type": "boolean",
                            "description": "Se il profilo \u00e8 stato saltato o meno.",
                            "required": false
                        },
                        "industry": {
                            "type": "array",
                            "description": "Settore.",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "business_extensions": {
                            "type": "array",
                            "description": "Ulteriori estensioni Business da installare.",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "is_agree_marketing": {
                            "type": "boolean",
                            "description": "Se questo negozio ha accettato o meno di ricevere contenuti di marketing da WooCommerce.com.",
                            "required": false
                        },
                        "store_email": {
                            "type": "string",
                            "description": "Indirizzo email del negozio.",
                            "required": false
                        },
                        "is_store_country_set": {
                            "type": "boolean",
                            "description": "Indipendentemente dal fatto che il Paese di questo negozio sia impostato o meno tramite il profiler di avviamento.",
                            "required": false
                        },
                        "is_plugins_page_skipped": {
                            "type": "boolean",
                            "description": "Se il passaggio dei plugin nel profiler di base \u00e8 stato saltato o meno.",
                            "required": false
                        },
                        "business_choice": {
                            "type": "string",
                            "description": "Scelta di business.",
                            "required": false
                        },
                        "selling_online_answer": {
                            "type": "string",
                            "description": "Risposta di vendita online.",
                            "required": false
                        },
                        "selling_platforms": {
                            "type": [
                                "array",
                                "null"
                            ],
                            "description": "Piattaforme di vendita.",
                            "items": {
                                "type": [
                                    "string",
                                    "null"
                                ]
                            },
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/onboarding\/profile"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/profile\/experimental_get_email_prefill": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/onboarding\/profile\/experimental_get_email_prefill"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/profile\/progress": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/onboarding\/profile\/progress"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/profile\/progress\/core-profiler\/complete": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "step": {
                            "type": "string",
                            "description": "Passaggio nel Core Profiler da contrassegnare come completato.",
                            "enum": [
                                "intro-opt-in",
                                "skip-guided-setup",
                                "user-profile",
                                "business-info",
                                "plugins",
                                "intro-builder",
                                "skip-guided-setup"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/onboarding\/profile\/progress\/core-profiler\/complete"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/profile\/update-store-currency-and-measurement-units": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country_code": {
                            "description": "Prefisso internazionale.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/onboarding\/profile\/update-store-currency-and-measurement-units"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/tasks\/import_sample_products": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/onboarding\/tasks\/import_sample_products"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/tasks\/create_homepage": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/onboarding\/tasks\/create_homepage"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/tasks\/create_product_from_template": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "template_name": {
                            "type": "string",
                            "description": "Nome template del prodotto.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/onboarding\/tasks\/create_product_from_template"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/tasks": {
            "namespace": "wc-admin",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ids": {
                            "description": "Parametro facoltativo per eseguire solo elenchi di attivit\u00e0 specifici tramite ID.",
                            "type": "array",
                            "items": {
                                "enum": [],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ids": {
                            "description": "Parametro facoltativo per eseguire solo elenchi di attivit\u00e0 specifici tramite ID.",
                            "type": "array",
                            "items": {
                                "enum": [],
                                "type": "string"
                            },
                            "required": false
                        },
                        "extended_tasks": {
                            "description": "Elenco di attivit\u00e0 deprecate estese dal filtro laterale del client.",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/onboarding\/tasks"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/hide": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/unhide": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/dismiss": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/undo_dismiss": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_-]+)\/snooze": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "duration": {
                            "description": "Periodo di tempo per posporre l'attivit\u00e0.",
                            "type": "string",
                            "required": false
                        },
                        "task_list_id": {
                            "description": "Parametro facoltativo per eseguire query su un elenco di attivit\u00e0 specifico.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/action": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/tasks\/(?P<id>[a-z0-9_\\-]+)\/undo_snooze": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/themes\/install": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/onboarding\/themes\/install"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/themes\/activate": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/onboarding\/themes\/activate"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/plugins\/install-and-activate-async": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "plugins": {
                            "description": "A list of plugins to install",
                            "type": "array",
                            "items": "string",
                            "required": true
                        },
                        "source": {
                            "description": "The source of the request",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/onboarding\/plugins\/install-and-activate-async"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/plugins\/install-and-activate": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/onboarding\/plugins\/install-and-activate"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/plugins\/scheduled-installs\/(?P<job_id>\\w+)": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/onboarding\/plugins\/jetpack-authorization-url": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "redirect_url": {
                            "description": "The URL to redirect to after authorization",
                            "type": "string",
                            "required": true
                        },
                        "from": {
                            "description": "from value for the jetpack authorization page",
                            "type": "string",
                            "default": "woocommerce-onboarding",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/onboarding\/plugins\/jetpack-authorization-url"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/products": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/onboarding\/products"
                    }
                ]
            }
        },
        "\/wc-admin\/mobile-app\/send-magic-link": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/mobile-app\/send-magic-link"
                    }
                ]
            }
        },
        "\/wc-admin\/mobile-app": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/mobile-app"
                    }
                ]
            }
        },
        "\/wc-admin\/shipping-partner-suggestions": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "force_default_suggestions": {
                            "type": "boolean",
                            "description": "Restituisci i suggerimenti del partner di spedizione predefinito quando l'opzione woocommerce_show_marketplace_suggestions \u00e8 impostata su no",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/shipping-partner-suggestions"
                    }
                ]
            }
        },
        "\/wc-analytics": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc-analytics",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics"
                    }
                ]
            }
        },
        "\/wc-analytics\/customers": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date_registered",
                            "enum": [
                                "username",
                                "name",
                                "first_name",
                                "last_name",
                                "email",
                                "location",
                                "country",
                                "city",
                                "state",
                                "postcode",
                                "date_registered",
                                "date_last_active",
                                "orders_count",
                                "total_spend",
                                "avg_order_value"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "Limita la risposta agli oggetti registrati prima di (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "Limita la risposta agli oggetti registrati dopo (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "Indica se tutte le condizioni devono essere vere per l'insieme risultante o se \u00e8 sufficiente una qualsiasi di esse. La corrispondenza influenza i seguenti parametri: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "Limita la risposta agli oggetti con un campo cliente contenente il termine di ricerca. Cerca il campo fornito da `searchby`.",
                            "type": "string",
                            "required": false
                        },
                        "searchby": {
                            "description": "Limit results with `search` and `searchby` to specific fields containing the search term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "username",
                                "email",
                                "all"
                            ],
                            "required": false
                        },
                        "name_includes": {
                            "description": "Limita la risposta agli oggetti con i nomi specifici.",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "Limita la risposta agli oggetti che escludono i nomi specifici.",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "Limita la risposta agli oggetti con i nomi utente specifici.",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "Limita la risposta agli oggetti che escludono i nomi utente specifici.",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "Limita la risposta agli oggetti che includono le email.",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "Limita la risposta agli oggetti che escludono le email.",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "Limita la risposta agli oggetti con Paesi specifici.",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "Limita la risposta agli oggetti che escludono Paesi specifici.",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "Limita la risposta agli oggetti dell'ultimo attivo prima di (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "Limita la risposta agli oggetti dell'ultimo attivo dopo (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "Limita la risposta agli oggetti dell'ultimo attivo tra due determinate date conforme a ISO8601.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "Limita la risposta agli oggetti dell'ultimo attivo tra due determinate date conforme a ISO8601.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "Limita la risposta agli oggetti con un conteggio dell'ordine superiore o uguale a un determinato numero intero.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "Limita la risposta agli oggetti con un conteggio dell'ordine minore o uguale a un determinato numero intero.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "Limita la risposta agli oggetti con un conteggio dell'ordine tra due determinati numeri interi.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "Limita la risposta agli oggetti con un ordine totale di spesa superiore o uguale a un determinato numero.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "Limita la risposta agli oggetti con un ordine totale di spesa minore o uguale a un determinato numero.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "Limita la risposta agli oggetti con un ordine totale di spesa tra due determinati numeri.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "Limita la risposta agli oggetti con un ordine medio di spesa superiore o uguale a un determinato numero.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "Limita la risposta agli oggetti con un ordine medio di spesa minore o uguale a un determinato numero.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "Limita la risposta agli oggetti con un ordine medio di spesa tra due determinati numeri.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "Limita la risposta agli oggetti con ultimo ordine prima di (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "Limita la risposta agli oggetti con ultimo ordine dopo (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "users": {
                            "description": "Limita il risultato agli elementi con ID utente specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "filter_empty": {
                            "description": "Filtra i risultati in cui uno qualsiasi dei campi passati \u00e8 vuoto",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        },
                        "user_type": {
                            "description": "Limita il risultato agli elementi con il tipo utente specificato.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "registered",
                                "guest"
                            ],
                            "required": false
                        },
                        "location_includes": {
                            "description": "Include i clienti per posizione (Stato, Paese). Fornisci un elenco di posizioni separate da virgole. Ogni posizione pu\u00f2 essere un codice del Paese (ad esempio GB) o una combinazione di Paese e Stato (ad esempio US:CA).",
                            "type": "string",
                            "required": false
                        },
                        "location_excludes": {
                            "description": "Esclude i clienti per posizione (Stato, Paese). Fornisci un elenco di posizioni separate da virgole. Ogni posizione pu\u00f2 essere un codice del Paese (ad esempio GB) o una combinazione di Paese e Stato (ad esempio US:CA).",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "Limita il risultato agli elementi con ID cliente specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/customers"
                    }
                ]
            }
        },
        "\/wc-analytics\/customers\/(?P<id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date_registered",
                            "enum": [
                                "username",
                                "name",
                                "first_name",
                                "last_name",
                                "email",
                                "location",
                                "country",
                                "city",
                                "state",
                                "postcode",
                                "date_registered",
                                "date_last_active",
                                "orders_count",
                                "total_spend",
                                "avg_order_value"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "Limita la risposta agli oggetti registrati prima di (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "Limita la risposta agli oggetti registrati dopo (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "Indica se tutte le condizioni devono essere vere per l'insieme risultante o se \u00e8 sufficiente una qualsiasi di esse. La corrispondenza influenza i seguenti parametri: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "Limita la risposta agli oggetti con un campo cliente contenente il termine di ricerca. Cerca il campo fornito da `searchby`.",
                            "type": "string",
                            "required": false
                        },
                        "searchby": {
                            "description": "Limit results with `search` and `searchby` to specific fields containing the search term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "username",
                                "email",
                                "all"
                            ],
                            "required": false
                        },
                        "name_includes": {
                            "description": "Limita la risposta agli oggetti con i nomi specifici.",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "Limita la risposta agli oggetti che escludono i nomi specifici.",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "Limita la risposta agli oggetti con i nomi utente specifici.",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "Limita la risposta agli oggetti che escludono i nomi utente specifici.",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "Limita la risposta agli oggetti che includono le email.",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "Limita la risposta agli oggetti che escludono le email.",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "Limita la risposta agli oggetti con Paesi specifici.",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "Limita la risposta agli oggetti che escludono Paesi specifici.",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "Limita la risposta agli oggetti dell'ultimo attivo prima di (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "Limita la risposta agli oggetti dell'ultimo attivo dopo (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "Limita la risposta agli oggetti dell'ultimo attivo tra due determinate date conforme a ISO8601.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "Limita la risposta agli oggetti dell'ultimo attivo tra due determinate date conforme a ISO8601.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "Limita la risposta agli oggetti con un conteggio dell'ordine superiore o uguale a un determinato numero intero.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "Limita la risposta agli oggetti con un conteggio dell'ordine minore o uguale a un determinato numero intero.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "Limita la risposta agli oggetti con un conteggio dell'ordine tra due determinati numeri interi.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "Limita la risposta agli oggetti con un ordine totale di spesa superiore o uguale a un determinato numero.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "Limita la risposta agli oggetti con un ordine totale di spesa minore o uguale a un determinato numero.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "Limita la risposta agli oggetti con un ordine totale di spesa tra due determinati numeri.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "Limita la risposta agli oggetti con un ordine medio di spesa superiore o uguale a un determinato numero.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "Limita la risposta agli oggetti con un ordine medio di spesa minore o uguale a un determinato numero.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "Limita la risposta agli oggetti con un ordine medio di spesa tra due determinati numeri.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "Limita la risposta agli oggetti con ultimo ordine prima di (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "Limita la risposta agli oggetti con ultimo ordine dopo (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "users": {
                            "description": "Limita il risultato agli elementi con ID utente specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "filter_empty": {
                            "description": "Filtra i risultati in cui uno qualsiasi dei campi passati \u00e8 vuoto",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        },
                        "user_type": {
                            "description": "Limita il risultato agli elementi con il tipo utente specificato.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "registered",
                                "guest"
                            ],
                            "required": false
                        },
                        "location_includes": {
                            "description": "Include i clienti per posizione (Stato, Paese). Fornisci un elenco di posizioni separate da virgole. Ogni posizione pu\u00f2 essere un codice del Paese (ad esempio GB) o una combinazione di Paese e Stato (ad esempio US:CA).",
                            "type": "string",
                            "required": false
                        },
                        "location_excludes": {
                            "description": "Esclude i clienti per posizione (Stato, Paese). Fornisci un elenco di posizioni separate da virgole. Ogni posizione pu\u00f2 essere un codice del Paese (ad esempio GB) o una combinazione di Paese e Stato (ad esempio US:CA).",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "Limita il risultato agli elementi con ID cliente specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/leaderboards": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 5,
                            "minimum": 1,
                            "maximum": 20,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "persisted_query": {
                            "description": "La query relativa all'URL deve permanere tra i link.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/leaderboards"
                    }
                ]
            }
        },
        "\/wc-analytics\/leaderboards\/allowed": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/leaderboards\/allowed"
                    }
                ]
            }
        },
        "\/wc-analytics\/leaderboards\/(?P<leaderboard>\\w+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "leaderboard": {
                            "type": "string",
                            "enum": [
                                "customers",
                                "coupons",
                                "categories",
                                "products"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 5,
                            "minimum": 1,
                            "maximum": 20,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "persisted_query": {
                            "description": "La query relativa all'URL deve permanere tra i link.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/reports": {
            "namespace": "wc-analytics",
            "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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "days": {
                            "description": "Numero di giorni per l'importazione.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "skip_existing": {
                            "description": "Salta l'importazione dei dati dell'ordine esistenti.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/import"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import\/cancel": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/import\/cancel"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import\/delete": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/import\/delete"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import\/status": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/import\/status"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import\/totals": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "days": {
                            "description": "Numero di giorni per l'importazione.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "skip_existing": {
                            "description": "Salta l'importazione dei dati dell'ordine esistenti.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/import\/totals"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/(?P<type>[a-z]+)\/export": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "report_args": {
                            "description": "Parametri per passare al rapporto esportato.",
                            "type": "object",
                            "required": false
                        },
                        "email": {
                            "description": "Se vero, invia un link tramite email per scaricare l'esportazione all'utente richiedente.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/reports\/(?P<type>[a-z]+)\/export\/(?P<export_id>[a-z0-9]+)\/status": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-analytics\/reports\/products": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "items_sold",
                                "product_name",
                                "variations",
                                "sku"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "categories": {
                            "description": "Limita il risultato a elementi delle categorie specificate.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "match": {
                            "description": "Indica se tutte le condizioni devono essere vere per l'insieme risultante o se \u00e8 sufficiente una qualsiasi di esse. La corrispondenza influenza i seguenti parametri: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "products": {
                            "description": "Limita il risultato agli elementi con ID dei prodotti specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Aggiungi una ulteriore parte delle informazioni su ogni prodotto al rapporto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/products"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/variations": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "items_sold",
                                "sku"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "match": {
                            "description": "Indica se tutte le condizioni devono essere vere per l'insieme risultante o se \u00e8 sufficiente una qualsiasi di esse. La corrispondenza influenza i seguenti parametri: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "product_includes": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno prodotti di livello superiore specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno prodotti di livello superiore specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variations": {
                            "description": "Limita il risultato agli elementi con ID delle variazioni specificate.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Aggiungi un'ulteriore informazione su ogni variante al rapporto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "attribute_is": {
                            "description": "Limita l'insieme dei risultati alle varianti che includono gli attributi specificati.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "Limita l'insieme dei risultati alle varianti che non includono prodotti gli attributi specificati.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "category_includes": {
                            "description": "Limita l'insieme dei risultati alle varianti nelle categorie specificate.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "category_excludes": {
                            "description": "Limita l'insieme dei risultati alle varianti non presenti nelle categorie specificate.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "products": {
                            "description": "Limita il risultato agli elementi con ID dei prodotti specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/variations"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/products\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "coupons",
                                "refunds",
                                "shipping",
                                "taxes",
                                "net_revenue",
                                "orders_count",
                                "items_sold"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "Limita i campi delle statistiche agli elementi specificati.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "Intervallo di tempo da usare per i bucket nei dati restituiti.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Limita il risultato a elementi delle categorie specificate.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "products": {
                            "description": "Limita il risultato agli elementi con ID dei prodotti specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "Limita il risultato agli elementi con ID delle variazioni specificate.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Segmenta la risposta in base a un vincolo aggiuntivo.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/products\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/variations\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "coupons",
                                "refunds",
                                "shipping",
                                "taxes",
                                "net_revenue",
                                "orders_count",
                                "items_sold"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "Limita i campi delle statistiche agli elementi specificati.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "Intervallo di tempo da usare per i bucket nei dati restituiti.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "Indica se tutte le condizioni devono essere vere per l'insieme risultante o se \u00e8 sufficiente una qualsiasi di esse. La corrispondenza influenza i seguenti parametri: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "category_includes": {
                            "description": "Limita il risultato a elementi delle categorie specificate.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "category_excludes": {
                            "description": "Limita l'insieme dei risultati alle varianti non presenti nelle categorie specificate.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_includes": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno prodotti di livello superiore specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno prodotti di livello superiore specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variations": {
                            "description": "Limita il risultato agli elementi con ID delle variazioni specificate.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Segmenta la risposta in base a un vincolo aggiuntivo.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation"
                            ],
                            "required": false
                        },
                        "attribute_is": {
                            "description": "Limita l'insieme dei risultati agli ordini che includono prodotti con attributi specifici",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "Limita l'insieme dei risultati agli ordini che non includono prodotti con gli attributi specificati.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/variations\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/revenue\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "total_sales",
                                "coupons",
                                "refunds",
                                "shipping",
                                "taxes",
                                "net_revenue",
                                "orders_count",
                                "items_sold",
                                "gross_sales"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "Intervallo di tempo da usare per i bucket nei dati restituiti.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "segmentby": {
                            "description": "Segmenta la risposta in base a un vincolo aggiuntivo.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation",
                                "coupon",
                                "customer_type"
                            ],
                            "required": false
                        },
                        "date_type": {
                            "description": "Sovrascrivi l'opzione \"woocommerce_date_type\" utilizzata per il campo della data del database preso in considerazione per i rapporti sui ricavi.",
                            "type": "string",
                            "enum": [
                                "date_paid",
                                "date_created",
                                "date_completed"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/revenue\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/orders": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "num_items_sold",
                                "net_total"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_includes": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno prodotti specificati assegnati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno prodotti specificati assegnati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_includes": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno varianti specificate assegnate.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_excludes": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno varianti specificate assegnate.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_includes": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno codici promozionali specificati assegnati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_excludes": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno codici promozionali specificati assegnati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_includes": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno aliquote fiscali specificate assegnate.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_excludes": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno aliquote fiscali specificate assegnate.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status_is": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno uno stato dell'ordine specificato.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status_is_not": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno uno stato dell'ordine specificato.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "customer_type": {
                            "description": "Limita l'insieme dei risultati ai clienti ricorrenti o nuovi.",
                            "type": "string",
                            "default": "",
                            "enum": [
                                "",
                                "returning",
                                "new"
                            ],
                            "required": false
                        },
                        "refunds": {
                            "description": "Limita l'insieme dei risultati ai tipi specificati di reso.",
                            "type": "string",
                            "default": "",
                            "enum": [
                                "",
                                "all",
                                "partial",
                                "full",
                                "none"
                            ],
                            "required": false
                        },
                        "extended_info": {
                            "description": "Aggiungi una ulteriore parte delle informazioni su ogni codice promozionale al rapporto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "order_includes": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno ID dell'ordine specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "order_excludes": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno ID dell'ordine specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "attribute_is": {
                            "description": "Limita l'insieme dei risultati agli ordini che includono prodotti con attributi specifici",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "Limita l'insieme dei risultati agli ordini che non includono prodotti con gli attributi specificati.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/orders"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/orders\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "avg_order_value"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "Intervallo di tempo da usare per i bucket nei dati restituiti.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "Indica se tutte le condizioni devono essere vere per l'insieme risultante o se \u00e8 sufficiente una qualsiasi di esse. La corrispondenza influenza i seguenti parametri: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "status_is": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno uno stato dell'ordine specificato.",
                            "type": "array",
                            "default": null,
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status_is_not": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno uno stato dell'ordine specificato.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "product_includes": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno prodotti specificati assegnati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno prodotti specificati assegnati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_includes": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno varianti specificate assegnate.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_excludes": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno varianti specificate assegnate.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_includes": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno codici promozionali specificati assegnati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_excludes": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno codici promozionali specificati assegnati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_includes": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno aliquote fiscali specificate assegnate.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_excludes": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno aliquote fiscali specificate assegnate.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "customer": {
                            "description": "Alias per customer_type (deprecato).",
                            "type": "string",
                            "enum": [
                                "new",
                                "returning"
                            ],
                            "required": false
                        },
                        "customer_type": {
                            "description": "Limita l'insieme dei risultati agli ordini che includono il customer_type specificato.",
                            "type": "string",
                            "enum": [
                                "new",
                                "returning"
                            ],
                            "required": false
                        },
                        "refunds": {
                            "description": "Limita l'insieme dei risultati ai tipi specificati di reso.",
                            "type": "string",
                            "default": "",
                            "enum": [
                                "",
                                "all",
                                "partial",
                                "full",
                                "none"
                            ],
                            "required": false
                        },
                        "attribute_is": {
                            "description": "Limita l'insieme dei risultati agli ordini che includono prodotti con attributi specifici",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "Limita l'insieme dei risultati agli ordini che non includono prodotti con gli attributi specificati.",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "segmentby": {
                            "description": "Segmenta la risposta in base a un vincolo aggiuntivo.",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation",
                                "coupon",
                                "customer_type"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/orders\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/categories": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "category_id",
                            "enum": [
                                "category_id",
                                "items_sold",
                                "net_revenue",
                                "orders_count",
                                "products_count",
                                "category"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "Intervallo di tempo da usare per i bucket nei dati restituiti.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "status_is": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno uno stato dell'ordine specificato.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status_is_not": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno uno stato dell'ordine specificato.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "categories": {
                            "description": "Limita l'insieme dei risultati a tutti gli elementi che hanno il termine specificato assegnato nella tassonomia delle categorie.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Aggiungi una ulteriore parte delle informazioni su ogni categoria al rapporto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/categories"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/taxes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "tax_rate_id",
                            "enum": [
                                "name",
                                "tax_rate_id",
                                "tax_code",
                                "rate",
                                "order_tax",
                                "total_tax",
                                "shipping_tax",
                                "orders_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "taxes": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno assegnata una o pi\u00f9 aliquote.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/taxes"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/taxes\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "items_sold",
                                "total_sales",
                                "orders_count",
                                "products_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "Limita i campi delle statistiche agli elementi specificati.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "Intervallo di tempo da usare per i bucket nei dati restituiti.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "taxes": {
                            "description": "Limita l'insieme dei risultati a tutti gli elementi che hanno il termine specificato assegnato nella tassonomia delle aliquote.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Segmenta la risposta in base a un vincolo aggiuntivo.",
                            "type": "string",
                            "enum": [
                                "tax_rate_id"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/taxes\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/coupons": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "coupon_id",
                            "enum": [
                                "coupon_id",
                                "code",
                                "amount",
                                "orders_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "coupons": {
                            "description": "Limita l'insieme dei risultati ai codici promozionali che hanno assegnati ID codice promozionale specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "Aggiungi una ulteriore parte delle informazioni su ogni codice promozionale al rapporto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/coupons"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/coupons\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "amount",
                                "coupons_count",
                                "orders_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "Limita i campi delle statistiche agli elementi specificati.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "Intervallo di tempo da usare per i bucket nei dati restituiti.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "coupons": {
                            "description": "Limita l'insieme dei risultati ai codici promozionali che hanno assegnati ID codice promozionale specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "Segmenta la risposta in base a un vincolo aggiuntivo.",
                            "type": "string",
                            "enum": [
                                "product",
                                "variation",
                                "category",
                                "coupon"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/coupons\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/stock": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "stock_status",
                            "enum": [
                                "stock_status",
                                "stock_quantity",
                                "date",
                                "id",
                                "include",
                                "title",
                                "sku"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "Limita l'insieme dei risultati agli elementi assegnati a un tipo di rapporto del magazzino.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "lowstock",
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/stock"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/stock\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/stock\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/downloads": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "product"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "match": {
                            "description": "Indica se tutte le condizioni devono essere vere per l'insieme risultante o se \u00e8 sufficiente una qualsiasi di esse. La corrispondenza influenza i seguenti parametri: products, orders, username, ip_address.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "product_includes": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno prodotti specificati assegnati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno prodotti specificati assegnati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order_includes": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno ID dell'ordine specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "order_excludes": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno ID dell'ordine specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_includes": {
                            "description": "Limita l'insieme dei risultati a oggetti che hanno ID utente specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_excludes": {
                            "description": "Limita l'insieme dei risultati a oggetti che non hanno ID utente specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "ip_address_includes": {
                            "description": "Limita la risposta a oggetti che hanno un indirizzo IP specificato.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "ip_address_excludes": {
                            "description": "Limita la risposta a oggetti che non hanno un indirizzo IP specificato.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/downloads"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/downloads\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "download_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "Limita i campi delle statistiche agli elementi specificati.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "Intervallo di tempo da usare per i bucket nei dati restituiti.",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "Indica se tutte le condizioni devono essere vere per l'insieme risultante o se \u00e8 sufficiente una qualsiasi di esse. La corrispondenza influenza i seguenti parametri: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "product_includes": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno prodotti specificati assegnati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno prodotti specificati assegnati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order_includes": {
                            "description": "Limita l'insieme dei risultati agli elementi che hanno ID dell'ordine specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "order_excludes": {
                            "description": "Limita l'insieme dei risultati agli elementi che non hanno ID dell'ordine specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_includes": {
                            "description": "Limita la risposta a oggetti che hanno ID cliente specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_excludes": {
                            "description": "Limita la risposta a oggetti che non hanno ID cliente specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "ip_address_includes": {
                            "description": "Limita la risposta a oggetti che hanno un indirizzo IP specificato.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "ip_address_excludes": {
                            "description": "Limita la risposta a oggetti che non hanno un indirizzo IP specificato.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/downloads\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/customers": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date_registered",
                            "enum": [
                                "username",
                                "name",
                                "first_name",
                                "last_name",
                                "email",
                                "location",
                                "country",
                                "city",
                                "state",
                                "postcode",
                                "date_registered",
                                "date_last_active",
                                "orders_count",
                                "total_spend",
                                "avg_order_value"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "Limita la risposta agli oggetti registrati prima di (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "Limita la risposta agli oggetti registrati dopo (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "Indica se tutte le condizioni devono essere vere per l'insieme risultante o se \u00e8 sufficiente una qualsiasi di esse. La corrispondenza influenza i seguenti parametri: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "Limita la risposta agli oggetti con un campo cliente contenente il termine di ricerca. Cerca il campo fornito da `searchby`.",
                            "type": "string",
                            "required": false
                        },
                        "searchby": {
                            "description": "Limit results with `search` and `searchby` to specific fields containing the search term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "username",
                                "email",
                                "all"
                            ],
                            "required": false
                        },
                        "name_includes": {
                            "description": "Limita la risposta agli oggetti con i nomi specifici.",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "Limita la risposta agli oggetti che escludono i nomi specifici.",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "Limita la risposta agli oggetti con i nomi utente specifici.",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "Limita la risposta agli oggetti che escludono i nomi utente specifici.",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "Limita la risposta agli oggetti che includono le email.",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "Limita la risposta agli oggetti che escludono le email.",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "Limita la risposta agli oggetti con Paesi specifici.",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "Limita la risposta agli oggetti che escludono Paesi specifici.",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "Limita la risposta agli oggetti dell'ultimo attivo prima di (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "Limita la risposta agli oggetti dell'ultimo attivo dopo (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "Limita la risposta agli oggetti dell'ultimo attivo tra due determinate date conforme a ISO8601.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "Limita la risposta agli oggetti dell'ultimo attivo tra due determinate date conforme a ISO8601.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "Limita la risposta agli oggetti con un conteggio dell'ordine superiore o uguale a un determinato numero intero.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "Limita la risposta agli oggetti con un conteggio dell'ordine minore o uguale a un determinato numero intero.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "Limita la risposta agli oggetti con un conteggio dell'ordine tra due determinati numeri interi.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "Limita la risposta agli oggetti con un ordine totale di spesa superiore o uguale a un determinato numero.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "Limita la risposta agli oggetti con un ordine totale di spesa minore o uguale a un determinato numero.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "Limita la risposta agli oggetti con un ordine totale di spesa tra due determinati numeri.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "Limita la risposta agli oggetti con un ordine medio di spesa superiore o uguale a un determinato numero.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "Limita la risposta agli oggetti con un ordine medio di spesa minore o uguale a un determinato numero.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "Limita la risposta agli oggetti con un ordine medio di spesa tra due determinati numeri.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "Limita la risposta agli oggetti con ultimo ordine prima di (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "Limita la risposta agli oggetti con ultimo ordine dopo (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "customers": {
                            "description": "Limita il risultato agli elementi con ID cliente specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "users": {
                            "description": "Limita il risultato agli elementi con ID utente specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "filter_empty": {
                            "description": "Filtra i risultati in cui uno qualsiasi dei campi passati \u00e8 vuoto",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        },
                        "user_type": {
                            "description": "Limita il risultato agli elementi con il tipo utente specificato.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "registered",
                                "guest"
                            ],
                            "required": false
                        },
                        "location_includes": {
                            "description": "Include i clienti per posizione (Stato, Paese). Fornisci un elenco di posizioni separate da virgole. Ogni posizione pu\u00f2 essere un codice del Paese (ad esempio GB) o una combinazione di Paese e Stato (ad esempio US:CA).",
                            "type": "string",
                            "required": false
                        },
                        "location_excludes": {
                            "description": "Esclude i clienti per posizione (Stato, Paese). Fornisci un elenco di posizioni separate da virgole. Ogni posizione pu\u00f2 essere un codice del Paese (ad esempio GB) o una combinazione di Paese e Stato (ad esempio US:CA).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/customers"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/customers\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "registered_before": {
                            "description": "Limita la risposta agli oggetti registrati prima di (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "Limita la risposta agli oggetti registrati dopo (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "Indica se tutte le condizioni devono essere vere per l'insieme risultante o se \u00e8 sufficiente una qualsiasi di esse. La corrispondenza influenza i seguenti parametri: status_is, status_is_not, product_includes, product_excludes, coupon_includes, coupon_excludes, customer, categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "Limita la risposta agli oggetti con un campo cliente contenente il termine di ricerca. Cerca il campo fornito da `searchby`.",
                            "type": "string",
                            "required": false
                        },
                        "searchby": {
                            "description": "Limit results with `search` and `searchby` to specific fields containing the search term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "username",
                                "email",
                                "all"
                            ],
                            "required": false
                        },
                        "name_includes": {
                            "description": "Limita la risposta agli oggetti con i nomi specifici.",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "Limita la risposta agli oggetti che escludono i nomi specifici.",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "Limita la risposta agli oggetti con i nomi utente specifici.",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "Limita la risposta agli oggetti che escludono i nomi utente specifici.",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "Limita la risposta agli oggetti che includono le email.",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "Limita la risposta agli oggetti che escludono le email.",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "Limita la risposta agli oggetti con Paesi specifici.",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "Limita la risposta agli oggetti che escludono Paesi specifici.",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "Limita la risposta agli oggetti dell'ultimo attivo prima di (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "Limita la risposta agli oggetti dell'ultimo attivo dopo (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "Limita la risposta agli oggetti dell'ultimo attivo tra due determinate date conforme a ISO8601.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "Limita la risposta agli oggetti dell'ultimo attivo tra due determinate date conforme a ISO8601.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "Limita la risposta agli oggetti con un conteggio dell'ordine superiore o uguale a un determinato numero intero.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "Limita la risposta agli oggetti con un conteggio dell'ordine minore o uguale a un determinato numero intero.",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "Limita la risposta agli oggetti con un conteggio dell'ordine tra due determinati numeri interi.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "Limita la risposta agli oggetti con un ordine totale di spesa superiore o uguale a un determinato numero.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "Limita la risposta agli oggetti con un ordine totale di spesa minore o uguale a un determinato numero.",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "Limita la risposta agli oggetti con un ordine totale di spesa tra due determinati numeri.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "Limita la risposta agli oggetti con un ordine medio di spesa superiore o uguale a un determinato numero.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "Limita la risposta agli oggetti con un ordine medio di spesa minore o uguale a un determinato numero.",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "Limita la risposta agli oggetti con un ordine medio di spesa tra due determinati numeri.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "Limita la risposta agli oggetti con ultimo ordine prima di (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "Limita la risposta agli oggetti con ultimo ordine dopo (o durante) una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "customers": {
                            "description": "Limita il risultato agli elementi con ID cliente specificati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "fields": {
                            "description": "Limita i campi delle statistiche agli elementi specificati.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "Forza il recupero di dati aggiornati invece che dalla cache.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/customers\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/imports\/status": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/imports\/status"
                    }
                ]
            }
        },
        "\/wc-analytics\/imports\/trigger": {
            "namespace": "wc-analytics",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/imports\/trigger"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/performance-indicators": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "stats": {
                            "description": "Limita la risposta alle statistiche del rapporto specifiche. Valori consentiti: .",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": []
                            },
                            "default": [],
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/performance-indicators"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/performance-indicators\/allowed": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "stats": {
                            "description": "Limita la risposta alle statistiche del rapporto specifiche. Valori consentiti: .",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": []
                            },
                            "default": [],
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/reports\/performance-indicators\/allowed"
                    }
                ]
            }
        },
        "\/wc-analytics\/admin\/notes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "note_id",
                                "date",
                                "type",
                                "title",
                                "status"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di avviso.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "error",
                                    "warning",
                                    "update",
                                    "info",
                                    "marketing",
                                    "survey"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "description": "Stato dell'avviso.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "pending",
                                    "actioned",
                                    "unactioned",
                                    "snoozed",
                                    "sent"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "source": {
                            "description": "Fonte dell'avviso.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/admin\/notes"
                    }
                ]
            }
        },
        "\/wc-analytics\/admin\/notes\/(?P<id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/admin\/notes\/delete\/(?P<id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-analytics\/admin\/notes\/delete\/all": {
            "namespace": "wc-analytics",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "status": {
                            "description": "Stato dell'avviso.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "pending",
                                    "actioned",
                                    "unactioned",
                                    "snoozed",
                                    "sent"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/admin\/notes\/delete\/all"
                    }
                ]
            }
        },
        "\/wc-analytics\/admin\/notes\/update": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/admin\/notes\/update"
                    }
                ]
            }
        },
        "\/wc-analytics\/admin\/notes\/experimental-activate-promo\/(?P<promo_note_name>[\\w-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-analytics\/admin\/notes\/(?P<note_id>[\\d-]+)\/action\/(?P<action_id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "note_id": {
                            "description": "ID univoco per l'avviso.",
                            "type": "integer",
                            "required": false
                        },
                        "action_id": {
                            "description": "ID univoco per l'azione relativa all'avviso.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/coupons": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati ai codici promozionali con codici che corrispondono a una determinata stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "Limita i risultati alle risorse con un codice specifico.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Codice promozionale.",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "L'importo dello sconto. Dovrebbe essere sempre numerico, anche se \u00e8 impostata una percentuale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Lo stato del codice promozionale. Dovrebbe essere sempre una bozza, pubblicata o in attesa di revisione",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "Determina il tipo di sconto che verr\u00e0 applicato.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "Se vero, il codice promozionale pu\u00f2 essere utilizzato solo singolarmente. Altri eventuali codici promozionali applicati verranno rimossi dal carrello.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale non pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato in totale.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato da ciascun cliente.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Numero massimo di prodotti nel carrello ai quali pu\u00f2 essere applicato il codice promozionale.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "Se vero e se il metodo di spedizione gratuito richiede un codice promozionale, questo codice promozionale consentir\u00e0 la spedizione gratuita.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale non pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "Se vero, questo codice promozionale non verr\u00e0 applicato a elementi che hanno prezzi scontati.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Il valore minimo dell'ordine che deve essere nel carrello prima di applicare il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Il valore massimo dell'ordine permesso utilizzando il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lista degli indirizzi email che possono utilizzare questo codice promozionale.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/coupons"
                    }
                ]
            }
        },
        "\/wc-analytics\/coupons\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "L'importo dello sconto. Dovrebbe essere sempre numerico, anche se \u00e8 impostata una percentuale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Lo stato del codice promozionale. Dovrebbe essere sempre una bozza, pubblicata o in attesa di revisione",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Determina il tipo di sconto che verr\u00e0 applicato.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Se vero, il codice promozionale pu\u00f2 essere utilizzato solo singolarmente. Altri eventuali codici promozionali applicati verranno rimossi dal carrello.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale non pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato in totale.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato da ciascun cliente.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Numero massimo di prodotti nel carrello ai quali pu\u00f2 essere applicato il codice promozionale.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Se vero e se il metodo di spedizione gratuito richiede un codice promozionale, questo codice promozionale consentir\u00e0 la spedizione gratuita.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale non pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Se vero, questo codice promozionale non verr\u00e0 applicato a elementi che hanno prezzi scontati.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Il valore minimo dell'ordine che deve essere nel carrello prima di applicare il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Il valore massimo dell'ordine permesso utilizzando il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lista degli indirizzi email che possono utilizzare questo codice promozionale.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/coupons\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "Codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "L'importo dello sconto. Dovrebbe essere sempre numerico, anche se \u00e8 impostata una percentuale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Lo stato del codice promozionale. Dovrebbe essere sempre una bozza, pubblicata o in attesa di revisione",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Determina il tipo di sconto che verr\u00e0 applicato.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Se vero, il codice promozionale pu\u00f2 essere utilizzato solo singolarmente. Altri eventuali codici promozionali applicati verranno rimossi dal carrello.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale non pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato in totale.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato da ciascun cliente.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Numero massimo di prodotti nel carrello ai quali pu\u00f2 essere applicato il codice promozionale.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Se vero e se il metodo di spedizione gratuito richiede un codice promozionale, questo codice promozionale consentir\u00e0 la spedizione gratuita.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale non pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Se vero, questo codice promozionale non verr\u00e0 applicato a elementi che hanno prezzi scontati.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Il valore minimo dell'ordine che deve essere nel carrello prima di applicare il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Il valore massimo dell'ordine permesso utilizzando il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lista degli indirizzi email che possono utilizzare questo codice promozionale.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/coupons\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/data": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/data"
                    }
                ]
            }
        },
        "\/wc-analytics\/data\/countries\/locales": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/data\/countries\/locales"
                    }
                ]
            }
        },
        "\/wc-analytics\/data\/countries": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/data\/countries"
                    }
                ]
            }
        },
        "\/wc-analytics\/data\/countries\/(?P<location>[\\w-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice del paese ISO3166 alpha-2.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/data\/download-ips": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/data\/download-ips"
                    }
                ]
            }
        },
        "\/wc-analytics\/orders": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": [
                                "any"
                            ],
                            "description": "Limite del risultato impostato sugli ordini con stati specifici.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ]
                            },
                            "required": false
                        },
                        "customer": {
                            "description": "Limita i risultati agli ordini assegnati ad un cliente specifico.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati agli ordini contenenti uno specifico prodotto.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "Numero di punti decimali da usare in ogni risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Mostra solo i metadati che devono essere visualizzati per un ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Limita meta_data a chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Verifica che meta_data escluda chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "created_via": {
                            "description": "Limita l'insieme dei risultati agli ordini creati tramite fonti specifiche (ad esempio, pagamento, amministrazione).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "number": {
                            "description": "Limita l'insieme dei risultati agli ordini corrispondenti alla parte di un numero dell'ordine.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "ID ordine padre.",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "Mostra dove l'ordine \u00e8 stato creato.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "Stato dell'ordine.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "EUR",
                            "description": "La valuta usata per creare l'ordine, in formato ISO.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "ID dell'utente a cui appartiene l'ordine. 0 per gli ospiti.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota lasciata dal cliente durante il riepilogo dell'ordine.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "ID metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Titolo metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "ID unico della transazione.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Dati dei prodotti per riga.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Nome del prodotto principale se il prodotto \u00e8 una variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "ID Prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "ID variazione, se applicabile.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Quantit\u00e0 ordinata.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Classe d'imposta del prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Subtotale (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Subtotale imposte (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Chiave metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Valore metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Codice Prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN o ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Prezzo del prodotto.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Propriet\u00e0 dell'immagine del prodotto principale.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "ID dell'immagine.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "URL immagine.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Dati di spedizione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Nome del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "ID istanza di spedizione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Dati delle tasse.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome tassa.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Categoria fiscale di pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Regime fiscale del pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Dati dei codici promozionale.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Codice promozionale.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totale sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Totale imposte sullo sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Tipo di sconto.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Importo dello sconto definito nel codice promozionale (valore assoluto o percentuale, a seconda del tipo di sconto).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Se il codice promozionale garantisce o meno la spedizione gratuita.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Definisci se l'ordine \u00e8 stato pagato. Sar\u00e0 impostato lo stato \"in lavorazione\" e ridotti gli articoli nel magazzino.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "default": false,
                            "description": "Imposta l'azione come manuale in modo che la nota di ordine registri come \"aggiunto dall'utente\".",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/orders"
                    }
                ]
            }
        },
        "\/wc-analytics\/orders\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID ordine padre.",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "Mostra dove l'ordine \u00e8 stato creato.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato dell'ordine.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "La valuta usata per creare l'ordine, in formato ISO.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "ID dell'utente a cui appartiene l'ordine. 0 per gli ospiti.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota lasciata dal cliente durante il riepilogo dell'ordine.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "ID metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Titolo metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "ID unico della transazione.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Dati dei prodotti per riga.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Nome del prodotto principale se il prodotto \u00e8 una variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "ID Prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "ID variazione, se applicabile.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Quantit\u00e0 ordinata.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Classe d'imposta del prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Subtotale (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Subtotale imposte (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Chiave metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Valore metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Codice Prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN o ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Prezzo del prodotto.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Propriet\u00e0 dell'immagine del prodotto principale.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "ID dell'immagine.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "URL immagine.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Dati di spedizione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Nome del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "ID istanza di spedizione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Dati delle tasse.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome tassa.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Categoria fiscale di pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Regime fiscale del pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Dati dei codici promozionale.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Codice promozionale.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totale sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Totale imposte sullo sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Tipo di sconto.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Importo dello sconto definito nel codice promozionale (valore assoluto o percentuale, a seconda del tipo di sconto).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Se il codice promozionale garantisce o meno la spedizione gratuita.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Definisci se l'ordine \u00e8 stato pagato. Sar\u00e0 impostato lo stato \"in lavorazione\" e ridotti gli articoli nel magazzino.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "Imposta l'azione come manuale in modo che la nota di ordine registri come \"aggiunto dall'utente\".",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/orders\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "ID ordine padre.",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "Mostra dove l'ordine \u00e8 stato creato.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato dell'ordine.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "La valuta usata per creare l'ordine, in formato ISO.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "ID dell'utente a cui appartiene l'ordine. 0 per gli ospiti.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota lasciata dal cliente durante il riepilogo dell'ordine.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "ID metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Titolo metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "ID unico della transazione.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Dati dei prodotti per riga.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Nome del prodotto principale se il prodotto \u00e8 una variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "ID Prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "ID variazione, se applicabile.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Quantit\u00e0 ordinata.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Classe d'imposta del prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Subtotale (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Subtotale imposte (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Chiave metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Valore metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Codice Prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN o ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Prezzo del prodotto.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Propriet\u00e0 dell'immagine del prodotto principale.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "ID dell'immagine.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "URL immagine.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Dati di spedizione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Nome del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "ID istanza di spedizione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Dati delle tasse.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome tassa.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Categoria fiscale di pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Regime fiscale del pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Dati dei codici promozionale.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Codice promozionale.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totale sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Totale imposte sullo sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Tipo di sconto.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Importo dello sconto definito nel codice promozionale (valore assoluto o percentuale, a seconda del tipo di sconto).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Se il codice promozionale garantisce o meno la spedizione gratuita.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Definisci se l'ordine \u00e8 stato pagato. Sar\u00e0 impostato lo stato \"in lavorazione\" e ridotti gli articoli nel magazzino.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "Imposta l'azione come manuale in modo che la nota di ordine registri come \"aggiunto dall'utente\".",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/orders\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products": {
            "namespace": "wc-analytics",
            "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 della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Cerca per nome del prodotto simile o COD.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "post__in",
                                "price",
                                "sales",
                                "menu_order",
                                "random",
                                "popularity",
                                "rating",
                                "menu_order",
                                "price",
                                "popularity",
                                "rating"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "Limita il risultato impostato ai prodotti assegnati a uno specifico ID del marchio.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati ai prodotti con uno slug specifico.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Limita i risultati ai prodotti con uno specifico stato.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Limita i risultati ai prodotti di un tipo specifico.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Limita i risultati ai prodotti con COD specifici. Utilizza le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Restringi il risultato ai prodotti in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Limita i risultati ai prodotti assegnati ad una specifica categoria.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Limita i risultati ai prodotti assegnati ad uno specifico tag.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Limita i risultati ai prodotti assegnati ad una specifica classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Limita i risultati ai prodotti con uno specifico attributo. Usa il nome della tassonomia o lo slug dell'attributo.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Limita i risultati ai prodotti con uno specifico termine di attributo (obbligatoriamente un attributo assegnato).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limita l'insieme dei risultati ai prodotti con una specifica classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "Restringi il risultato ai prodotti in offerta.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Restringi il risultato in base ad un prezzo minimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Restringi il risultato in base ad un prezzo massimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Limita meta_data a chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Verifica che meta_data escluda chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Limite del risultato impostato sui prodotti con stato della disponibilit\u00e0 specifico.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "search_sku": {
                            "description": "Limita i risultati a quelli con uno SKU che corrisponde parzialmente a una stringa. Questo argomento ha la precedenza rispetto a \"sku\".",
                            "type": "string",
                            "required": false
                        },
                        "search_name_or_sku": {
                            "description": "Limita i risultati a quelli con un nome o uno SKU che corrisponde parzialmente a una stringa. Questo argomento ha la precedenza rispetto a \"search\", \"sku\" e \"search_sku\".",
                            "type": "string",
                            "required": false
                        },
                        "search_fields": {
                            "description": "Limita la ricerca a campi specifici quando l'opzione viene utilizzata con il parametro di ricerca. Campi disponibili: name, sku, global_unique_id, description, short_description. Questo argomento ha la precedenza su tutti gli altri parametri di ricerca.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "name",
                                    "global_unique_id",
                                    "description",
                                    "short_description",
                                    "sku"
                                ]
                            },
                            "default": [],
                            "required": false
                        },
                        "include_status": {
                            "description": "Restringi il risultato ai prodotti con qualsiasi stato.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "Escludi i prodotti con qualsiasi stato dal set di risultati.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "include_types": {
                            "description": "Restringi il risultato ai prodotti di qualsiasi tipo.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable"
                                ]
                            },
                            "required": false
                        },
                        "exclude_types": {
                            "description": "Escludi i prodotti di qualsiasi tipo dal set di risultati.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable"
                                ]
                            },
                            "required": false
                        },
                        "downloadable": {
                            "description": "Restringi il risultato ai prodotti scaricabili.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "Restringi il risultato ai prodotti virtuali.",
                            "type": "boolean",
                            "required": false
                        },
                        "pos_products_only": {
                            "description": "Restringi il risultato ai prodotti visibili nel Punto vendita.",
                            "type": "boolean",
                            "required": false
                        },
                        "low_in_stock": {
                            "description": "Limita i risultati ai prodotti con scorte basse o non disponibili. (Deprecato)",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "La data in cui \u00e8 stato creato il prodotto, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "La data in cui il prodotto \u00e8 stato creato, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Stato prodotto (stato del post).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Prodotto in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Visibilit\u00e0 catalogo.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Descrizione breve del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN o ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo prodotto in offerta.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Se il prodotto \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Se il prodotto \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL esterno del prodotto. Solo per prodotti esterni.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Testo del pulsante del prodotto esterno. Solo per prodotti esterni.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Gestione magazzino sul prodotto.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Quantit\u00e0 del magazzino bassa per il prodotto.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Permetti l'acquisto di un elemento per ogni ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Peso prodotto (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni prodotto.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "Permetti recensioni.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Password dell'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lista degli ID dei prodotti up-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lista degli ID dei prodotti cross-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Nota opzionale da inviare al cliente dopo l'acquisto.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Lista delle categorie.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID della categoria.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug della categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "Elenco dei marchi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del marchio.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del marchio.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del marchio.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lista dei tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del tag.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Elenco delle immagini.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID dell'immagine.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "URL immagine.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Testo alternativo dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Definisce se l'attributo \u00e8 visibile nel tab \"Informazioni aggiuntive\" nella pagina del prodotto.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Definisce se l'attributo pu\u00f2 essere usato come variazione.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lista dei nomi di termine disponibili per l'attributo.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Attributi predefiniti della variazione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/products"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "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 la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "La data in cui \u00e8 stato creato il prodotto, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "La data in cui il prodotto \u00e8 stato creato, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Stato prodotto (stato del post).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Prodotto in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Visibilit\u00e0 catalogo.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Descrizione breve del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN o ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo prodotto in offerta.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Se il prodotto \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Se il prodotto \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL esterno del prodotto. Solo per prodotti esterni.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Testo del pulsante del prodotto esterno. Solo per prodotti esterni.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Gestione magazzino sul prodotto.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Quantit\u00e0 del magazzino bassa per il prodotto.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Permetti l'acquisto di un elemento per ogni ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Peso prodotto (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni prodotto.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Permetti recensioni.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Password dell'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lista degli ID dei prodotti up-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lista degli ID dei prodotti cross-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Nota opzionale da inviare al cliente dopo l'acquisto.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Lista delle categorie.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID della categoria.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug della categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "Elenco dei marchi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del marchio.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del marchio.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del marchio.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lista dei tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del tag.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Elenco delle immagini.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID dell'immagine.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "URL immagine.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Testo alternativo dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Definisce se l'attributo \u00e8 visibile nel tab \"Informazioni aggiuntive\" nella pagina del prodotto.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Definisce se l'attributo pu\u00f2 essere usato come variazione.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lista dei nomi di termine disponibili per l'attributo.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Attributi predefiniti della variazione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "La data in cui \u00e8 stato creato il prodotto, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "La data in cui il prodotto \u00e8 stato creato, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Stato prodotto (stato del post).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Prodotto in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Visibilit\u00e0 catalogo.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Descrizione breve del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN o ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo prodotto in offerta.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Se il prodotto \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Se il prodotto \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL esterno del prodotto. Solo per prodotti esterni.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Testo del pulsante del prodotto esterno. Solo per prodotti esterni.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Gestione magazzino sul prodotto.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Quantit\u00e0 del magazzino bassa per il prodotto.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Permetti l'acquisto di un elemento per ogni ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Peso prodotto (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni prodotto.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Permetti recensioni.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Password dell'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lista degli ID dei prodotti up-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lista degli ID dei prodotti cross-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Nota opzionale da inviare al cliente dopo l'acquisto.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Lista delle categorie.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID della categoria.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug della categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "Elenco dei marchi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del marchio.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del marchio.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del marchio.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lista dei tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del tag.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Elenco delle immagini.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID dell'immagine.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "URL immagine.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Testo alternativo dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Definisce se l'attributo \u00e8 visibile nel tab \"Informazioni aggiuntive\" nella pagina del prodotto.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Definisce se l'attributo pu\u00f2 essere usato come variazione.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lista dei nomi di termine disponibili per l'attributo.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Attributi predefiniti della variazione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/products\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/(?P<id>[\\d]+)\/related": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/suggested-products": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "post__in",
                                "price",
                                "sales",
                                "menu_order",
                                "random",
                                "popularity",
                                "rating",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "Limita il risultato impostato ai prodotti assegnati a uno specifico ID del marchio.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati ai prodotti con uno slug specifico.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Limita i risultati ai prodotti con uno specifico stato.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Limita i risultati ai prodotti di un tipo specifico.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Limita i risultati ai prodotti con COD specifici. Utilizza le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Restringi il risultato ai prodotti in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Limita i risultati ai prodotti assegnati ad una specifica categoria.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Limita i risultati ai prodotti assegnati ad uno specifico tag.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Limita i risultati ai prodotti assegnati ad una specifica classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Limita i risultati ai prodotti con uno specifico attributo. Usa il nome della tassonomia o lo slug dell'attributo.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Limita i risultati ai prodotti con uno specifico termine di attributo (obbligatoriamente un attributo assegnato).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limita l'insieme dei risultati ai prodotti con una specifica classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        },
                        "in_stock": {
                            "description": "Restringi il risultato ai prodotti disponibili in maggazzino e quelli non disponibili in magazzino.",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Restringi il risultato ai prodotti in offerta.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Restringi il risultato in base ad un prezzo minimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Restringi il risultato in base ad un prezzo massimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Limita meta_data a chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Verifica che meta_data escluda chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "categories": {
                            "description": "Limita i risultati a categorie di prodotti specifiche.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tags": {
                            "description": "Limita i risultati a tag di prodotti specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "limit": {
                            "description": "Limita i risultati a un importo specifico di prodotti suggeriti.",
                            "type": "integer",
                            "default": 5,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/products\/suggested-products"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/(?P<id>[\\d]+)\/duplicate": {
            "namespace": "wc-analytics",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "La data in cui \u00e8 stato creato il prodotto, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "La data in cui il prodotto \u00e8 stato creato, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Stato prodotto (stato del post).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Prodotto in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Visibilit\u00e0 catalogo.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Descrizione breve del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN o ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo prodotto in offerta.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Se il prodotto \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Se il prodotto \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL esterno del prodotto. Solo per prodotti esterni.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Testo del pulsante del prodotto esterno. Solo per prodotti esterni.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Gestione magazzino sul prodotto.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Quantit\u00e0 del magazzino bassa per il prodotto.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Permetti l'acquisto di un elemento per ogni ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Peso prodotto (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni prodotto.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Permetti recensioni.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Password dell'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lista degli ID dei prodotti up-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lista degli ID dei prodotti cross-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Nota opzionale da inviare al cliente dopo l'acquisto.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Lista delle categorie.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID della categoria.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug della categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "Elenco dei marchi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del marchio.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del marchio.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del marchio.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lista dei tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del tag.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Elenco delle immagini.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID dell'immagine.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "URL immagine.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Testo alternativo dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Definisce se l'attributo \u00e8 visibile nel tab \"Informazioni aggiuntive\" nella pagina del prodotto.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Definisce se l'attributo pu\u00f2 essere usato come variazione.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lista dei nomi di termine disponibili per l'attributo.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Attributi predefiniti della variazione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Cerca per nome dell'attributo simile.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome per la risorsa.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "Tipo di attributo.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "Ordinamento predefinito.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "Abilita\/Disabilita gli archivi degli attributi.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome attributo.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di attributo.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Ordinamento predefinito.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Abilita\/Disabilita gli archivi degli attributi.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome attributo.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di attributo.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Ordinamento predefinito.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Abilita\/Disabilita gli archivi degli attributi.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/attributes\/(?P<slug>[a-z0-9_\\-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Identificatore slug per la risorsa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo della risorsa.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indica se nascondere o meno risorse non assegnate a nessun prodotto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico elemento principale. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico prodotto.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati alle risorse con uno slug specifico.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Nome per la risorsa.",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/attributes\/(?P<slug>[a-z0-9_\\-]+)\/terms": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Limita i risultati alle risorse con uno slug specifico.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo della risorsa.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indica se nascondere o meno risorse non assegnate a nessun prodotto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico elemento principale. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico prodotto.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/categories": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo della risorsa.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indica se nascondere o meno risorse non assegnate a nessun prodotto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico elemento principale. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico prodotto.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati alle risorse con uno slug specifico.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Nome per la risorsa.",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/products\/categories"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome categoria.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/categories\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome categoria.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/products\/categories\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/(?P<product_id>[\\d]+)\/variations": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Cerca per nome del prodotto simile, COD o valore dell'attributo.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati ai prodotti con uno slug specifico.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Limita i risultati ai prodotti con uno specifico stato.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Limita i risultati ai prodotti con COD specifici. Utilizza le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limita l'insieme dei risultati ai prodotti con una specifica classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "Restringi il risultato ai prodotti in offerta.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Restringi il risultato in base ad un prezzo minimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Restringi il risultato in base ad un prezzo massimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Limita meta_data a chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Verifica che meta_data escluda chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Limite del risultato impostato sui prodotti con stato della disponibilit\u00e0 specifico.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "Limita il set di risultati ai prodotti con o senza prezzo.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "Risultato limite impostato per i prodotti con attributi specifici.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "Abbreviazione attributo."
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "Attribuisci termine."
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "Attribuisci termini."
                                    }
                                }
                            },
                            "required": false
                        },
                        "virtual": {
                            "description": "Restringi il risultato alle variazioni del prodotto virtuali.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Restringi il risultato alle variazioni del prodotto scaricabili.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "Restringi il risultato alle variazioni del prodotto con qualsiasi stato.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "Escludi le variazioni del prodotto con qualsiasi stato dal set di risultati.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "pos_products_only": {
                            "description": "Limita l'insieme dei risultati alle varianti visibili nel Punto vendita.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione variazione",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN o ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo in saldo della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Stato di variazione.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Se la variazione \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Se la variazione \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Gestione dell'inventario per le variazioni.",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Quantit\u00e0 del magazzino bassa per la variante.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Peso variazione (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni variazione.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza variazione (cm)",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine di variazione.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome del genitore del prodotto.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/(?P<product_id>[\\d]+)\/variations\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "identificatore univoco per la variazione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "identificatore univoco per la variazione.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione variazione",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN o ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo in saldo della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Stato di variazione.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Se la variazione \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Se la variazione \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Gestione dell'inventario per le variazioni.",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Quantit\u00e0 del magazzino bassa per la variante.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Peso variazione (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni variazione.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza variazione (cm)",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine di variazione.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome del genitore del prodotto.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "identificatore univoco per la variazione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/(?P<product_id>[\\d]+)\/variations\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione variazione",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN o ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo in saldo della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Stato di variazione.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Se la variazione \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Se la variazione \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Gestione dell'inventario per le variazioni.",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Quantit\u00e0 del magazzino bassa per la variante.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Peso variazione (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni variazione.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza variazione (cm)",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine di variazione.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome del genitore del prodotto.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/(?P<product_id>[\\d]+)\/variations\/generate": {
            "namespace": "wc-analytics",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "delete": {
                            "description": "Elimina le varianti inutilizzate.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_values": {
                            "description": "Valori predefiniti per le varianti generate.",
                            "type": "object",
                            "properties": {
                                "type": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Tipologia di prodotto.",
                                    "type": "string",
                                    "enum": [
                                        "variation"
                                    ]
                                },
                                "description": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Descrizione variazione",
                                    "type": "string"
                                },
                                "sku": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                                    "type": "string"
                                },
                                "global_unique_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GTIN, UPC, EAN o ISBN.",
                                    "type": "string"
                                },
                                "regular_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Prezzo di listino della variazione.",
                                    "type": "string"
                                },
                                "sale_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Prezzo in saldo della variazione.",
                                    "type": "string"
                                },
                                "date_on_sale_from": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_from_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Data d'inizio sconti, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Data Fine sconti, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Data Fine sconti, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Stato di variazione.",
                                    "type": "string",
                                    "enum": [
                                        "draft",
                                        "pending",
                                        "private",
                                        "publish"
                                    ]
                                },
                                "virtual": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Se la variazione \u00e8 virtuale.",
                                    "type": "boolean"
                                },
                                "downloadable": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Se la variazione \u00e8 scaricabile.",
                                    "type": "boolean"
                                },
                                "downloads": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Lista dei file scaricabili.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "ID del file.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Nome del file.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "file": {
                                                "description": "URL File.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "download_limit": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                                    "type": "integer"
                                },
                                "download_expiry": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                                    "type": "integer"
                                },
                                "tax_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Stato imposta",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "shipping",
                                        "none"
                                    ]
                                },
                                "tax_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Classe d'imposta.",
                                    "type": "string"
                                },
                                "manage_stock": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Gestione dell'inventario per le variazioni.",
                                    "type": [
                                        "boolean",
                                        "string"
                                    ]
                                },
                                "stock_quantity": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Quantit\u00e0 in magazzino.",
                                    "type": "integer"
                                },
                                "stock_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                                    "type": "string",
                                    "enum": [
                                        "instock",
                                        "outofstock",
                                        "onbackorder"
                                    ]
                                },
                                "backorders": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                                    "type": "string",
                                    "enum": [
                                        "no",
                                        "notify",
                                        "yes"
                                    ]
                                },
                                "low_stock_amount": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Quantit\u00e0 del magazzino bassa per la variante.",
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "weight": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Peso variazione (kg).",
                                    "type": "string"
                                },
                                "dimensions": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Dimensioni variazione.",
                                    "type": "object",
                                    "properties": {
                                        "length": {
                                            "description": "Lunghezza variazione (cm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "width": {
                                            "description": "Larghezza variazione (cm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "height": {
                                            "description": "Altezza variazione (cm)",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "shipping_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Slug  della classe di spedizione.",
                                    "type": "string"
                                },
                                "image": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Dati immagine di variazione.",
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "description": "ID dell'immagine.",
                                            "type": "integer",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "date_created": {
                                            "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_created_gmt": {
                                            "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified": {
                                            "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified_gmt": {
                                            "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "src": {
                                            "description": "URL immagine.",
                                            "type": "string",
                                            "format": "uri",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "name": {
                                            "description": "Nome dell'immagine.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "alt": {
                                            "description": "Testo alternativo dell'immagine.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "attributes": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Lista degli attributi.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "ID attributo.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Nome attributo.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "option": {
                                                "description": "Nome di termine dell'attributo selezionato.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "menu_order": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                                    "type": "integer"
                                },
                                "meta_data": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Meta dati.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "ID Meta.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "key": {
                                                "description": "Chiave meta.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "value": {
                                                "description": "Valore meta.",
                                                "type": [
                                                    "null",
                                                    "object",
                                                    "string",
                                                    "number",
                                                    "boolean",
                                                    "integer",
                                                    "array"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "parent_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "ID del prodotto genitore.",
                                    "type": "integer"
                                },
                                "name": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Nome del genitore del prodotto.",
                                    "type": "string"
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione variazione",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN o ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo in saldo della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Stato di variazione.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Se la variazione \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Se la variazione \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Gestione dell'inventario per le variazioni.",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Quantit\u00e0 del magazzino bassa per la variante.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Peso variazione (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni variazione.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza variazione (cm)",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine di variazione.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome del genitore del prodotto.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/variations": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Cerca per nome del prodotto simile, COD o valore dell'attributo.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati ai prodotti con uno slug specifico.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Limita i risultati ai prodotti con uno specifico stato.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Limita i risultati ai prodotti con COD specifici. Utilizza le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limita l'insieme dei risultati ai prodotti con una specifica classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "Restringi il risultato ai prodotti in offerta.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Restringi il risultato in base ad un prezzo minimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Restringi il risultato in base ad un prezzo massimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Limita meta_data a chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Verifica che meta_data escluda chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Limite del risultato impostato sui prodotti con stato della disponibilit\u00e0 specifico.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "Limita il set di risultati ai prodotti con o senza prezzo.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "Risultato limite impostato per i prodotti con attributi specifici.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "Abbreviazione attributo."
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "Attribuisci termine."
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "Attribuisci termini."
                                    }
                                }
                            },
                            "required": false
                        },
                        "virtual": {
                            "description": "Restringi il risultato alle variazioni del prodotto virtuali.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Restringi il risultato alle variazioni del prodotto scaricabili.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "Restringi il risultato alle variazioni del prodotto con qualsiasi stato.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "Escludi le variazioni del prodotto con qualsiasi stato dal set di risultati.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "pos_products_only": {
                            "description": "Limita l'insieme dei risultati alle varianti visibili nel Punto vendita.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/variations"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/reviews": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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 alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati alle recensioni pubblicate prima di una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitare il set di risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "product"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "Limita l'insieme dei risultati alle recensioni assegnate a ID di utenti specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_exclude": {
                            "description": "Assicurati che l'insieme dei risultati escluda le recensioni assegnate a ID di utenti specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_email": {
                            "default": null,
                            "description": "Limita l'insieme dei risultati a quello proveniente dall'email di un autore specifico.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "product": {
                            "default": [],
                            "description": "Limita l'insieme dei risultati alle recensioni assegnate a ID di prodotto specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "Limita l'insieme dei risultati alle recensioni assegnate a uno stato specifico.",
                            "type": "string",
                            "enum": [
                                "all",
                                "hold",
                                "approved",
                                "spam",
                                "trash"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco per il prodotto.",
                            "type": "integer",
                            "required": true
                        },
                        "product_name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "Stato della recensione.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "type": "string",
                            "description": "Nome del recensore.",
                            "required": true
                        },
                        "reviewer_email": {
                            "type": "string",
                            "description": "Email del recensore.",
                            "required": true
                        },
                        "review": {
                            "type": "string",
                            "description": "Contenuto della recensione.",
                            "required": true
                        },
                        "rating": {
                            "description": "Valutazione della recensione (da 0 a 5).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/products\/reviews"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/reviews\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "product_id": {
                            "description": "Identificatore univoco per il prodotto al quale appartiene la recensione.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato della recensione.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "Nome recensore.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "Indirizzo email recensore.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "Contenuto della recensione.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "Valutazione della recensione (da 0 a 5).",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/reviews\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco per il prodotto al quale appartiene la recensione.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato della recensione.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "Nome recensore.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "Indirizzo email recensore.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "Contenuto della recensione.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "Valutazione della recensione (da 0 a 5).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/products\/reviews\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/low-in-stock": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita i risultati ai prodotti con uno specifico stato.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/products\/low-in-stock"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/count-low-in-stock": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita i risultati ai prodotti con uno specifico stato.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/products\/count-low-in-stock"
                    }
                ]
            }
        },
        "\/wc-analytics\/settings\/(?P<group_id>[\\w-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "ID gruppo di impostazioni.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/settings\/(?P<group_id>[\\w-]+)\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "ID gruppo di impostazioni.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Imposta il valore",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/settings\/(?P<group_id>[\\w-]+)\/(?P<id>[\\w-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "ID gruppo di impostazioni.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "ID gruppo di impostazioni.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Imposta il valore",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/taxes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "Ordina per classe d'imposta.",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "Cerca per codice imposta simile.",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati ai prodotti con ID specificati delle aliquote assegnati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "Codice ISO 3166 della nazione.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Codice stato.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Codice postale\/CAP, non supporta pi\u00f9 valori. Deprecato a partire da WooCommerce 5.3, al suo posto dovrebbe essere utilizzato \"codici postali\".",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Nome della citt\u00e0, non supporta pi\u00f9 valori. Deprecato a partire da WooCommerce 5.3, al suo posto dovrebbe essere utilizzato \"citt\u00e0\".",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Nome aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "Priorit\u00e0 imposta.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "Se questa \u00e8 una imposta composta o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "Se questa imposta viene applicata o meno alla spedizione.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Indica che l'ordine apparir\u00e0 nelle query.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Elenco dei codici postali\/CAP. Presentato in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "Elenco di nomi di citt\u00e0. Introdotto in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/taxes"
                    }
                ]
            }
        },
        "\/wc-analytics\/taxes\/(?P<id>[\\d]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "Codice ISO 3166 della nazione.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Codice stato.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Codice postale\/CAP, non supporta pi\u00f9 valori. Deprecato a partire da WooCommerce 5.3, al suo posto dovrebbe essere utilizzato \"codici postali\".",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Nome della citt\u00e0, non supporta pi\u00f9 valori. Deprecato a partire da WooCommerce 5.3, al suo posto dovrebbe essere utilizzato \"citt\u00e0\".",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Nome aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Priorit\u00e0 imposta.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Se questa \u00e8 una imposta composta o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Se questa imposta viene applicata o meno alla spedizione.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Indica che l'ordine apparir\u00e0 nelle query.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Elenco dei codici postali\/CAP. Presentato in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "Elenco di nomi di citt\u00e0. Introdotto in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/taxes\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "Codice ISO 3166 della nazione.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Codice stato.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Codice postale\/CAP, non supporta pi\u00f9 valori. Deprecato a partire da WooCommerce 5.3, al suo posto dovrebbe essere utilizzato \"codici postali\".",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Nome della citt\u00e0, non supporta pi\u00f9 valori. Deprecato a partire da WooCommerce 5.3, al suo posto dovrebbe essere utilizzato \"citt\u00e0\".",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Nome aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Priorit\u00e0 imposta.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Se questa \u00e8 una imposta composta o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Se questa imposta viene applicata o meno alla spedizione.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Indica che l'ordine apparir\u00e0 nelle query.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Elenco dei codici postali\/CAP. Presentato in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "Elenco di nomi di citt\u00e0. Introdotto in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-analytics\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc-admin\/launch-your-store\/initialize-coming-soon": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/launch-your-store\/initialize-coming-soon"
                    }
                ]
            }
        },
        "\/wc-admin\/launch-your-store\/update-survey-status": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "status": {
                            "type": "string",
                            "enum": [
                                "yes",
                                "no"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/launch-your-store\/update-survey-status"
                    }
                ]
            }
        },
        "\/wc-admin\/launch-your-store\/survey-completed": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/launch-your-store\/survey-completed"
                    }
                ]
            }
        },
        "\/wc-admin\/launch-your-store\/woopayments\/test-orders\/count": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/launch-your-store\/woopayments\/test-orders\/count"
                    }
                ]
            }
        },
        "\/wc-admin\/launch-your-store\/woopayments\/test-orders": {
            "namespace": "wc-admin",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/launch-your-store\/woopayments\/test-orders"
                    }
                ]
            }
        },
        "\/wc\/store": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/store",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store"
                    }
                ]
            }
        },
        "\/wc\/store\/batch": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "validation": {
                            "type": "string",
                            "enum": [
                                "require-all-validate",
                                "normal"
                            ],
                            "default": "normal",
                            "required": false
                        },
                        "requests": {
                            "type": "array",
                            "maxItems": 25,
                            "items": {
                                "type": "object",
                                "properties": {
                                    "method": {
                                        "type": "string",
                                        "enum": [
                                            "POST",
                                            "PUT",
                                            "PATCH",
                                            "DELETE"
                                        ],
                                        "default": "POST"
                                    },
                                    "path": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "body": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": true
                                    },
                                    "headers": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": {
                                            "type": [
                                                "string",
                                                "array"
                                            ],
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/batch"
                    }
                ]
            }
        },
        "\/wc\/store\/cart": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/cart"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/add-item": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Prodotto dell'elemento del carrello o ID della variante.",
                            "type": "integer",
                            "required": false
                        },
                        "quantity": {
                            "description": "Quantit\u00e0 di questo elemento da aggiungere al carrello.",
                            "type": "number",
                            "required": false
                        },
                        "variation": {
                            "description": "Attributi scelti (per le varianti).",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Nome attributo variante.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore attributo variante.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/cart\/add-item"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/apply-coupon": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "Identificatore univoco per il codice promozionale nel carrello.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/cart\/apply-coupon"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/coupons": {
            "namespace": "wc\/store",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "Il codice univoco del codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Il tipo di sconto per il codice promozionale (ad esempio la percentuale o l'importo fisso)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/cart\/coupons"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/coupons\/(?P<code>[\\w-]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "Identificatore univoco per il codice promozionale nel carrello.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "Identificatore univoco per il codice promozionale nel carrello.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/cart\/extensions": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "namespace": {
                            "description": "Nome dell'estensione: sar\u00e0 utilizzato per garantire che i dati della richiesta siano trasferiti correttamente.",
                            "type": "string",
                            "required": false
                        },
                        "data": {
                            "description": "Ulteriori dati da passare all'estensione",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/cart\/extensions"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/items": {
            "namespace": "wc\/store",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "extensions": {
                            "type": "object",
                            "properties": [],
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/cart\/items"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/items\/(?P<key>[\\w-]{32})": {
            "namespace": "wc\/store",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Identificatore univoco per l'elemento nel carrello.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Identificatore univoco per l'elemento nel carrello.",
                            "type": "string",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Identificatore univoco per l'elemento nel carrello.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/cart\/remove-coupon": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "Identificatore univoco per il codice promozionale nel carrello.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/cart\/remove-coupon"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/remove-item": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Identificatore univoco (chiave) per l'articolo del carrello.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/cart\/remove-item"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/select-shipping-rate": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "package_id": {
                            "description": "L'ID del pacchetto da spedire. Lascia il campo vuoto per applicare a tutti i pacchetti.",
                            "type": [
                                "integer",
                                "string",
                                "null"
                            ],
                            "required": false
                        },
                        "rate_id": {
                            "description": "L'ID della tariffa scelta per il pacchetto.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/cart\/select-shipping-rate"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/update-item": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Identificatore univoco (chiave) per l'articolo del carrello da aggiornare.",
                            "type": "string",
                            "required": false
                        },
                        "quantity": {
                            "description": "Nuova quantit\u00e0 di articoli nel carrello.",
                            "type": "number",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/cart\/update-item"
                    }
                ]
            }
        },
        "\/wc\/store\/cart\/update-customer": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "billing_address": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Cognome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Societ\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Indirizzo",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartamento, suite, ecc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Citt\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Codice stato\/contea o nome dello stato, della contea, della provincia o del distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "CAP",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Codice regione\/contea in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefono",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "Email",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "shipping_address": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Cognome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Societ\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Indirizzo",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartamento, suite, ecc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Citt\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Codice stato\/contea o nome dello stato, della contea, della provincia o del distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "CAP",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Codice regione\/contea in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefono",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/cart\/update-customer"
                    }
                ]
            }
        },
        "\/wc\/store\/checkout": {
            "namespace": "wc\/store",
            "methods": [
                "GET",
                "POST",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "payment_data": {
                            "description": "Dati per trasferire il metodo di pagamento durante l'elaborazione del pagamento.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_password": {
                            "description": "Password cliente per i nuovi account, se applicabile.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota aggiunta all'ordine dal cliente durante il pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Cognome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Societ\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Indirizzo",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartamento, suite, ecc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Citt\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Codice stato\/contea o nome dello stato, della contea, della provincia o del distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "CAP",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Codice regione\/contea in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefono",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "Email",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Cognome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Societ\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Indirizzo",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartamento, suite, ecc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Citt\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Codice stato\/contea o nome dello stato, della contea, della provincia o del distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "CAP",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Codice regione\/contea in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefono",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "L'ID del metodo di pagamento da usare per l'elaborazione del pagamento.",
                            "type": "string",
                            "enum": [
                                "",
                                "bacs",
                                "cheque",
                                "cod",
                                "pronamic_pay",
                                "pronamic_pay_mister_cash",
                                "pronamic_pay_bank_transfer",
                                "pronamic_pay_card",
                                "pronamic_pay_credit_card",
                                "pronamic_pay_direct_debit",
                                "pronamic_pay_ideal",
                                "pronamic_pay_maestro",
                                "pronamic_pay_mastercard",
                                "pronamic_pay_paypal",
                                "pronamic_pay_sofort",
                                "pronamic_pay_v_pay",
                                "pronamic_pay_visa"
                            ],
                            "required": false
                        },
                        "create_account": {
                            "description": "Indica se creare un nuovo account utente come parte dell'elaborazione dell'ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "additional_fields": {
                            "description": "Campi aggiuntivi da memorizzare nell'ordine.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "order-delivery-date": {
                                    "description": "Dati delle estensioni registrati da order-delivery-date",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "e_deliverydate": {
                                            "description": "Delivery Date",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "h_deliverydate": {
                                            "description": "Delivery Date (d-m-y format)",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "orddd_lite_time_slot": {
                                            "description": "Time Slot",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "delivery_schedule": {
                                            "description": "Delivery Schedule",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "time_slot_mandatory": {
                                            "description": "Time Slot Mandatory",
                                            "type": [
                                                "bool",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "time_slot_label": {
                                            "description": "Time Slot Label",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "Dati delle estensioni registrati da woocommerce\/order-attribution",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "Campo di attribuzione dell'ordine: source_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "Campo di attribuzione dell'ordine: referrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "Campo di attribuzione dell'ordine: utm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "Campo di attribuzione dell'ordine: utm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "Campo di attribuzione dell'ordine: utm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "Campo di attribuzione dell'ordine: utm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "Campo di attribuzione dell'ordine: utm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "Campo di attribuzione dell'ordine: utm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "Campo di attribuzione dell'ordine: utm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "Campo di attribuzione dell'ordine: utm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "Campo di attribuzione dell'ordine: utm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "Campo di attribuzione dell'ordine: session_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "Campo di attribuzione dell'ordine: session_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "Campo di attribuzione dell'ordine: session_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "Campo di attribuzione dell'ordine: session_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "Campo di attribuzione dell'ordine: user_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "default": {
                                "order-delivery-date": [],
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "additional_fields": {
                            "description": "Campi aggiuntivi da memorizzare nell'ordine.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "payment_method": {
                            "description": "L'ID del metodo di pagamento da usare per l'elaborazione del pagamento.",
                            "type": "string",
                            "enum": [
                                "",
                                "bacs",
                                "cheque",
                                "cod",
                                "pronamic_pay",
                                "pronamic_pay_mister_cash",
                                "pronamic_pay_bank_transfer",
                                "pronamic_pay_card",
                                "pronamic_pay_credit_card",
                                "pronamic_pay_direct_debit",
                                "pronamic_pay_ideal",
                                "pronamic_pay_maestro",
                                "pronamic_pay_mastercard",
                                "pronamic_pay_paypal",
                                "pronamic_pay_sofort",
                                "pronamic_pay_v_pay",
                                "pronamic_pay_visa"
                            ],
                            "required": false
                        },
                        "order_notes": {
                            "description": "Note ordine.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota aggiunta all'ordine dal cliente durante il pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Cognome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Societ\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Indirizzo",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartamento, suite, ecc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Citt\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Codice stato\/contea o nome dello stato, della contea, della provincia o del distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "CAP",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Codice regione\/contea in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefono",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "Email",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "shipping_address": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Cognome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Societ\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Indirizzo",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartamento, suite, ecc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Citt\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Codice stato\/contea o nome dello stato, della contea, della provincia o del distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "CAP",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Codice regione\/contea in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefono",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "create_account": {
                            "description": "Indica se creare un nuovo account utente come parte dell'elaborazione dell'ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "order-delivery-date": {
                                    "description": "Dati delle estensioni registrati da order-delivery-date",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "e_deliverydate": {
                                            "description": "Delivery Date",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "h_deliverydate": {
                                            "description": "Delivery Date (d-m-y format)",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "orddd_lite_time_slot": {
                                            "description": "Time Slot",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "delivery_schedule": {
                                            "description": "Delivery Schedule",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "time_slot_mandatory": {
                                            "description": "Time Slot Mandatory",
                                            "type": [
                                                "bool",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "time_slot_label": {
                                            "description": "Time Slot Label",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "Dati delle estensioni registrati da woocommerce\/order-attribution",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "Campo di attribuzione dell'ordine: source_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "Campo di attribuzione dell'ordine: referrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "Campo di attribuzione dell'ordine: utm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "Campo di attribuzione dell'ordine: utm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "Campo di attribuzione dell'ordine: utm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "Campo di attribuzione dell'ordine: utm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "Campo di attribuzione dell'ordine: utm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "Campo di attribuzione dell'ordine: utm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "Campo di attribuzione dell'ordine: utm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "Campo di attribuzione dell'ordine: utm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "Campo di attribuzione dell'ordine: utm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "Campo di attribuzione dell'ordine: session_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "Campo di attribuzione dell'ordine: session_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "Campo di attribuzione dell'ordine: session_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "Campo di attribuzione dell'ordine: session_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "Campo di attribuzione dell'ordine: user_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/checkout"
                    }
                ]
            }
        },
        "\/wc\/store\/checkout\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "payment_data": {
                            "description": "Dati per trasferire il metodo di pagamento durante l'elaborazione del pagamento.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota aggiunta all'ordine dal cliente durante il pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Cognome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Societ\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Indirizzo",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartamento, suite, ecc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Citt\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Codice stato\/contea o nome dello stato, della contea, della provincia o del distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "CAP",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Codice regione\/contea in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefono",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "Email",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Cognome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Societ\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Indirizzo",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartamento, suite, ecc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Citt\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Codice stato\/contea o nome dello stato, della contea, della provincia o del distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "CAP",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Codice regione\/contea in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefono",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "L'ID del metodo di pagamento da usare per l'elaborazione del pagamento.",
                            "type": "string",
                            "enum": [
                                "",
                                "bacs",
                                "cheque",
                                "cod",
                                "pronamic_pay",
                                "pronamic_pay_mister_cash",
                                "pronamic_pay_bank_transfer",
                                "pronamic_pay_card",
                                "pronamic_pay_credit_card",
                                "pronamic_pay_direct_debit",
                                "pronamic_pay_ideal",
                                "pronamic_pay_maestro",
                                "pronamic_pay_mastercard",
                                "pronamic_pay_paypal",
                                "pronamic_pay_sofort",
                                "pronamic_pay_v_pay",
                                "pronamic_pay_visa"
                            ],
                            "required": false
                        },
                        "additional_fields": {
                            "description": "Campi aggiuntivi da memorizzare nell'ordine.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "order-delivery-date": {
                                    "description": "Dati delle estensioni registrati da order-delivery-date",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "e_deliverydate": {
                                            "description": "Delivery Date",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "h_deliverydate": {
                                            "description": "Delivery Date (d-m-y format)",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "orddd_lite_time_slot": {
                                            "description": "Time Slot",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "delivery_schedule": {
                                            "description": "Delivery Schedule",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "time_slot_mandatory": {
                                            "description": "Time Slot Mandatory",
                                            "type": [
                                                "bool",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "time_slot_label": {
                                            "description": "Time Slot Label",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "Dati delle estensioni registrati da woocommerce\/order-attribution",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "Campo di attribuzione dell'ordine: source_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "Campo di attribuzione dell'ordine: referrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "Campo di attribuzione dell'ordine: utm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "Campo di attribuzione dell'ordine: utm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "Campo di attribuzione dell'ordine: utm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "Campo di attribuzione dell'ordine: utm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "Campo di attribuzione dell'ordine: utm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "Campo di attribuzione dell'ordine: utm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "Campo di attribuzione dell'ordine: utm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "Campo di attribuzione dell'ordine: utm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "Campo di attribuzione dell'ordine: utm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "Campo di attribuzione dell'ordine: session_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "Campo di attribuzione dell'ordine: session_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "Campo di attribuzione dell'ordine: session_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "Campo di attribuzione dell'ordine: session_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "Campo di attribuzione dell'ordine: user_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "default": {
                                "order-delivery-date": [],
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/order\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/attributes": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di articoli da restituire nell'insieme dei risultati. Impostazione predefinita su nessun limite se lasciato vuoto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Ordine crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina per propriet\u00e0 termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count",
                                "menu_order",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vero, i termini vuoti non verranno restituiti.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati ai termini con uno specifico genitore (solo tassonomie gerarchiche).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/categories": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di articoli da restituire nell'insieme dei risultati. Impostazione predefinita su nessun limite se lasciato vuoto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Ordine crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina per propriet\u00e0 termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vero, i termini vuoti non verranno restituiti.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati ai termini con uno specifico genitore (solo tassonomie gerarchiche).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/products\/categories"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/brands": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di articoli da restituire nell'insieme dei risultati. Impostazione predefinita su nessun limite se lasciato vuoto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Ordine crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina per propriet\u00e0 termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vero, i termini vuoti non verranno restituiti.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati ai termini con uno specifico genitore (solo tassonomie gerarchiche).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/products\/brands"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/brands\/(?P<identifier>[\\w-]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "identifier": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/collection-data": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati ai prodotti con slug specifico\/i. Usa le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse create dopo una determinata data conforme al formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Risposta del limite per le risorse create prima di una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "Se si limita la risposta utilizzando, prima\/dopo, la colonna della data da confrontare.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "Limita i risultati ai prodotti di un tipo specifico.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Limita i risultati ai prodotti con COD specifici. Utilizza le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Restringi il risultato ai prodotti in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Limita il set di risultati ai prodotti a cui \u00e8 stato assegnato un insieme di slug o ID della categoria, separati da virgole.",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "Operatore per confrontare i termini di categoria del prodotto.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "brand": {
                            "description": "Limita il set di risultati ai prodotti a cui \u00e8 stato assegnato un insieme di slug o ID del marchio, separati da virgole.",
                            "type": "string",
                            "required": false
                        },
                        "brand_operator": {
                            "description": "Operatore per confrontare i termini del marchio del prodotto.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "Limita il set di risultati ai prodotti a cui \u00e8 stato assegnato un insieme di slug o ID dei tag, separati da virgole.",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "Operatore per confrontare i tag dei prodotti.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Restringi il risultato ai prodotti in offerta.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Limita l'insieme dei risultati basati su un prezzo minimo, fornito usando l'unit\u00e0 pi\u00f9 piccola della valuta.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Limita l'insieme dei risultati basati su un prezzo massimo, fornito usando l'unit\u00e0 pi\u00f9 piccola della valuta.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Limite del risultato impostato sui prodotti con stato della disponibilit\u00e0 specifico.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "instock",
                                    "outofstock",
                                    "onbackorder"
                                ],
                                "sanitize_callback": "sanitize_text_field",
                                "validate_callback": "rest_validate_request_arg"
                            },
                            "default": [],
                            "required": false
                        },
                        "attributes": {
                            "description": "Risultato del limite impostato sui prodotti con attributi globali selezionati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Nome tassonomia attributo.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "Elenco di ID del termine dell'attributo.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "Elenco degli slug degli attributi. Se viene fornito un ID del termine, questo verr\u00e0 ignorato.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "Operatore per confrontare i termini dell\u2019attributo del prodotto.",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "Relazione logica tra gli attributi quando ne vengono filtrati pi\u00f9 contemporaneamente.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Determina se vengono visualizzati i prodotti nascosti o visibili del catalogo.",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Risultato del limite impostato su prodotti con una determinata media delle valutazioni.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_price_range": {
                            "description": "Se vero, calcola il prezzo minimo e quello massimo del prodotto per la raccolta.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_stock_status_counts": {
                            "description": "Se vero, calcola i conteggi del magazzino per i prodotti nella raccolta.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_attribute_counts": {
                            "description": "Se richiesto, calcola i conteggi del termine dell'attributo per prodotti nella raccolta.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "taxonomy": {
                                        "description": "Nome tassonomia.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "query_type": {
                                        "description": "La condizione filtro\t in esecuzione che pu\u00f2 influire sui conteggi. Valori validi che includono \"and\" e \"or\".",
                                        "type": "string",
                                        "enum": [
                                            "and",
                                            "or"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_rating_counts": {
                            "description": "Se vero, calcola i conteggi della valutazione per prodotti nella raccolta.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_taxonomy_counts": {
                            "description": "Se richiesto, calcola i conteggi del termine della tassonomia per i prodotti nella raccolta.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "description": "Nome tassonomia."
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/products\/collection-data"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/reviews": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "rating",
                                "product"
                            ],
                            "required": false
                        },
                        "category_id": {
                            "description": "Limita l'insieme dei risultati alle recensioni da ID di categoria specifici.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Limita l'insieme dei risultati alle recensioni da ID di prodotto specifici.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/products\/reviews"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/tags": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di articoli da restituire nell'insieme dei risultati. Impostazione predefinita su nessun limite se lasciato vuoto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Ordine crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina per propriet\u00e0 termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vero, i termini vuoti non verranno restituiti.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati ai termini con uno specifico genitore (solo tassonomie gerarchiche).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/store\/products": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati ai prodotti con slug specifico\/i. Usa le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse create dopo una determinata data conforme al formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Risposta del limite per le risorse create prima di una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "Se si limita la risposta utilizzando, prima\/dopo, la colonna della data da confrontare.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "Limita i risultati ai prodotti di un tipo specifico.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Limita i risultati ai prodotti con COD specifici. Utilizza le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Restringi il risultato ai prodotti in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Limita il set di risultati ai prodotti a cui \u00e8 stato assegnato un insieme di slug o ID della categoria, separati da virgole.",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "Operatore per confrontare i termini di categoria del prodotto.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "brand": {
                            "description": "Limita il set di risultati ai prodotti a cui \u00e8 stato assegnato un insieme di slug o ID del marchio, separati da virgole.",
                            "type": "string",
                            "required": false
                        },
                        "brand_operator": {
                            "description": "Operatore per confrontare i termini del marchio del prodotto.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "Limita il set di risultati ai prodotti a cui \u00e8 stato assegnato un insieme di slug o ID dei tag, separati da virgole.",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "Operatore per confrontare i tag dei prodotti.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Restringi il risultato ai prodotti in offerta.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Limita l'insieme dei risultati basati su un prezzo minimo, fornito usando l'unit\u00e0 pi\u00f9 piccola della valuta.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Limita l'insieme dei risultati basati su un prezzo massimo, fornito usando l'unit\u00e0 pi\u00f9 piccola della valuta.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Limite del risultato impostato sui prodotti con stato della disponibilit\u00e0 specifico.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "instock",
                                    "outofstock",
                                    "onbackorder"
                                ],
                                "sanitize_callback": "sanitize_text_field",
                                "validate_callback": "rest_validate_request_arg"
                            },
                            "default": [],
                            "required": false
                        },
                        "attributes": {
                            "description": "Risultato del limite impostato sui prodotti con attributi globali selezionati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Nome tassonomia attributo.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "Elenco di ID del termine dell'attributo.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "Elenco degli slug degli attributi. Se viene fornito un ID del termine, questo verr\u00e0 ignorato.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "Operatore per confrontare i termini dell\u2019attributo del prodotto.",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "Relazione logica tra gli attributi quando ne vengono filtrati pi\u00f9 contemporaneamente.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Determina se vengono visualizzati i prodotti nascosti o visibili del catalogo.",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Risultato del limite impostato su prodotti con una determinata media delle valutazioni.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/products"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/(?P<slug>[\\S]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "slug": {
                            "description": "Slug della risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/store\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/batch": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "validation": {
                            "type": "string",
                            "enum": [
                                "require-all-validate",
                                "normal"
                            ],
                            "default": "normal",
                            "required": false
                        },
                        "requests": {
                            "type": "array",
                            "maxItems": 25,
                            "items": {
                                "type": "object",
                                "properties": {
                                    "method": {
                                        "type": "string",
                                        "enum": [
                                            "POST",
                                            "PUT",
                                            "PATCH",
                                            "DELETE"
                                        ],
                                        "default": "POST"
                                    },
                                    "path": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "body": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": true
                                    },
                                    "headers": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": {
                                            "type": [
                                                "string",
                                                "array"
                                            ],
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/batch"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/cart"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/add-item": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Prodotto dell'elemento del carrello o ID della variante.",
                            "type": "integer",
                            "required": false
                        },
                        "quantity": {
                            "description": "Quantit\u00e0 di questo elemento da aggiungere al carrello.",
                            "type": "number",
                            "required": false
                        },
                        "variation": {
                            "description": "Attributi scelti (per le varianti).",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Nome attributo variante.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore attributo variante.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/cart\/add-item"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/apply-coupon": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "Identificatore univoco per il codice promozionale nel carrello.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/cart\/apply-coupon"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/coupons": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "Il codice univoco del codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Il tipo di sconto per il codice promozionale (ad esempio la percentuale o l'importo fisso)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/cart\/coupons"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/coupons\/(?P<code>[\\w-]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "Identificatore univoco per il codice promozionale nel carrello.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "Identificatore univoco per il codice promozionale nel carrello.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/cart\/extensions": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "namespace": {
                            "description": "Nome dell'estensione: sar\u00e0 utilizzato per garantire che i dati della richiesta siano trasferiti correttamente.",
                            "type": "string",
                            "required": false
                        },
                        "data": {
                            "description": "Ulteriori dati da passare all'estensione",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/cart\/extensions"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/items": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "extensions": {
                            "type": "object",
                            "properties": [],
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/cart\/items"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/items\/(?P<key>[\\w-]{32})": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Identificatore univoco per l'elemento nel carrello.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Identificatore univoco per l'elemento nel carrello.",
                            "type": "string",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Identificatore univoco per l'elemento nel carrello.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/cart\/remove-coupon": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "Identificatore univoco per il codice promozionale nel carrello.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/cart\/remove-coupon"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/remove-item": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Identificatore univoco (chiave) per l'articolo del carrello.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/cart\/remove-item"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/select-shipping-rate": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "package_id": {
                            "description": "L'ID del pacchetto da spedire. Lascia il campo vuoto per applicare a tutti i pacchetti.",
                            "type": [
                                "integer",
                                "string",
                                "null"
                            ],
                            "required": false
                        },
                        "rate_id": {
                            "description": "L'ID della tariffa scelta per il pacchetto.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/cart\/select-shipping-rate"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/update-item": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "Identificatore univoco (chiave) per l'articolo del carrello da aggiornare.",
                            "type": "string",
                            "required": false
                        },
                        "quantity": {
                            "description": "Nuova quantit\u00e0 di articoli nel carrello.",
                            "type": "number",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/cart\/update-item"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart\/update-customer": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "billing_address": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Cognome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Societ\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Indirizzo",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartamento, suite, ecc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Citt\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Codice stato\/contea o nome dello stato, della contea, della provincia o del distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "CAP",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Codice regione\/contea in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefono",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "Email",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "shipping_address": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Cognome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Societ\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Indirizzo",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartamento, suite, ecc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Citt\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Codice stato\/contea o nome dello stato, della contea, della provincia o del distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "CAP",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Codice regione\/contea in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefono",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/cart\/update-customer"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/checkout": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET",
                "POST",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "payment_data": {
                            "description": "Dati per trasferire il metodo di pagamento durante l'elaborazione del pagamento.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_password": {
                            "description": "Password cliente per i nuovi account, se applicabile.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota aggiunta all'ordine dal cliente durante il pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Cognome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Societ\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Indirizzo",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartamento, suite, ecc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Citt\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Codice stato\/contea o nome dello stato, della contea, della provincia o del distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "CAP",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Codice regione\/contea in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefono",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "Email",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Cognome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Societ\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Indirizzo",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartamento, suite, ecc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Citt\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Codice stato\/contea o nome dello stato, della contea, della provincia o del distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "CAP",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Codice regione\/contea in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefono",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "L'ID del metodo di pagamento da usare per l'elaborazione del pagamento.",
                            "type": "string",
                            "enum": [
                                "",
                                "bacs",
                                "cheque",
                                "cod",
                                "pronamic_pay",
                                "pronamic_pay_mister_cash",
                                "pronamic_pay_bank_transfer",
                                "pronamic_pay_card",
                                "pronamic_pay_credit_card",
                                "pronamic_pay_direct_debit",
                                "pronamic_pay_ideal",
                                "pronamic_pay_maestro",
                                "pronamic_pay_mastercard",
                                "pronamic_pay_paypal",
                                "pronamic_pay_sofort",
                                "pronamic_pay_v_pay",
                                "pronamic_pay_visa"
                            ],
                            "required": false
                        },
                        "create_account": {
                            "description": "Indica se creare un nuovo account utente come parte dell'elaborazione dell'ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "additional_fields": {
                            "description": "Campi aggiuntivi da memorizzare nell'ordine.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "order-delivery-date": {
                                    "description": "Dati delle estensioni registrati da order-delivery-date",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "e_deliverydate": {
                                            "description": "Delivery Date",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "h_deliverydate": {
                                            "description": "Delivery Date (d-m-y format)",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "orddd_lite_time_slot": {
                                            "description": "Time Slot",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "delivery_schedule": {
                                            "description": "Delivery Schedule",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "time_slot_mandatory": {
                                            "description": "Time Slot Mandatory",
                                            "type": [
                                                "bool",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "time_slot_label": {
                                            "description": "Time Slot Label",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "Dati delle estensioni registrati da woocommerce\/order-attribution",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "Campo di attribuzione dell'ordine: source_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "Campo di attribuzione dell'ordine: referrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "Campo di attribuzione dell'ordine: utm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "Campo di attribuzione dell'ordine: utm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "Campo di attribuzione dell'ordine: utm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "Campo di attribuzione dell'ordine: utm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "Campo di attribuzione dell'ordine: utm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "Campo di attribuzione dell'ordine: utm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "Campo di attribuzione dell'ordine: utm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "Campo di attribuzione dell'ordine: utm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "Campo di attribuzione dell'ordine: utm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "Campo di attribuzione dell'ordine: session_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "Campo di attribuzione dell'ordine: session_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "Campo di attribuzione dell'ordine: session_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "Campo di attribuzione dell'ordine: session_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "Campo di attribuzione dell'ordine: user_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "default": {
                                "order-delivery-date": [],
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "additional_fields": {
                            "description": "Campi aggiuntivi da memorizzare nell'ordine.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "payment_method": {
                            "description": "L'ID del metodo di pagamento da usare per l'elaborazione del pagamento.",
                            "type": "string",
                            "enum": [
                                "",
                                "bacs",
                                "cheque",
                                "cod",
                                "pronamic_pay",
                                "pronamic_pay_mister_cash",
                                "pronamic_pay_bank_transfer",
                                "pronamic_pay_card",
                                "pronamic_pay_credit_card",
                                "pronamic_pay_direct_debit",
                                "pronamic_pay_ideal",
                                "pronamic_pay_maestro",
                                "pronamic_pay_mastercard",
                                "pronamic_pay_paypal",
                                "pronamic_pay_sofort",
                                "pronamic_pay_v_pay",
                                "pronamic_pay_visa"
                            ],
                            "required": false
                        },
                        "order_notes": {
                            "description": "Note ordine.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota aggiunta all'ordine dal cliente durante il pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Cognome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Societ\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Indirizzo",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartamento, suite, ecc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Citt\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Codice stato\/contea o nome dello stato, della contea, della provincia o del distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "CAP",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Codice regione\/contea in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefono",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "Email",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "shipping_address": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Cognome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Societ\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Indirizzo",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartamento, suite, ecc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Citt\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Codice stato\/contea o nome dello stato, della contea, della provincia o del distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "CAP",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Codice regione\/contea in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefono",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "create_account": {
                            "description": "Indica se creare un nuovo account utente come parte dell'elaborazione dell'ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "order-delivery-date": {
                                    "description": "Dati delle estensioni registrati da order-delivery-date",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "e_deliverydate": {
                                            "description": "Delivery Date",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "h_deliverydate": {
                                            "description": "Delivery Date (d-m-y format)",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "orddd_lite_time_slot": {
                                            "description": "Time Slot",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "delivery_schedule": {
                                            "description": "Delivery Schedule",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "time_slot_mandatory": {
                                            "description": "Time Slot Mandatory",
                                            "type": [
                                                "bool",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "time_slot_label": {
                                            "description": "Time Slot Label",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "Dati delle estensioni registrati da woocommerce\/order-attribution",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "Campo di attribuzione dell'ordine: source_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "Campo di attribuzione dell'ordine: referrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "Campo di attribuzione dell'ordine: utm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "Campo di attribuzione dell'ordine: utm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "Campo di attribuzione dell'ordine: utm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "Campo di attribuzione dell'ordine: utm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "Campo di attribuzione dell'ordine: utm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "Campo di attribuzione dell'ordine: utm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "Campo di attribuzione dell'ordine: utm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "Campo di attribuzione dell'ordine: utm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "Campo di attribuzione dell'ordine: utm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "Campo di attribuzione dell'ordine: session_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "Campo di attribuzione dell'ordine: session_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "Campo di attribuzione dell'ordine: session_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "Campo di attribuzione dell'ordine: session_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "Campo di attribuzione dell'ordine: user_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/checkout"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/checkout\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "payment_data": {
                            "description": "Dati per trasferire il metodo di pagamento durante l'elaborazione del pagamento.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota aggiunta all'ordine dal cliente durante il pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Cognome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Societ\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Indirizzo",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartamento, suite, ecc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Citt\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Codice stato\/contea o nome dello stato, della contea, della provincia o del distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "CAP",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Codice regione\/contea in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefono",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "Email",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "Cognome",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "Societ\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "Indirizzo",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "Appartamento, suite, ecc.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "Citt\u00e0",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "Codice stato\/contea o nome dello stato, della contea, della provincia o del distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "CAP",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "Codice regione\/contea in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "Telefono",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "L'ID del metodo di pagamento da usare per l'elaborazione del pagamento.",
                            "type": "string",
                            "enum": [
                                "",
                                "bacs",
                                "cheque",
                                "cod",
                                "pronamic_pay",
                                "pronamic_pay_mister_cash",
                                "pronamic_pay_bank_transfer",
                                "pronamic_pay_card",
                                "pronamic_pay_credit_card",
                                "pronamic_pay_direct_debit",
                                "pronamic_pay_ideal",
                                "pronamic_pay_maestro",
                                "pronamic_pay_mastercard",
                                "pronamic_pay_paypal",
                                "pronamic_pay_sofort",
                                "pronamic_pay_v_pay",
                                "pronamic_pay_visa"
                            ],
                            "required": false
                        },
                        "additional_fields": {
                            "description": "Campi aggiuntivi da memorizzare nell'ordine.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "order-delivery-date": {
                                    "description": "Dati delle estensioni registrati da order-delivery-date",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "e_deliverydate": {
                                            "description": "Delivery Date",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "h_deliverydate": {
                                            "description": "Delivery Date (d-m-y format)",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "orddd_lite_time_slot": {
                                            "description": "Time Slot",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "delivery_schedule": {
                                            "description": "Delivery Schedule",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "time_slot_mandatory": {
                                            "description": "Time Slot Mandatory",
                                            "type": [
                                                "bool",
                                                "null"
                                            ],
                                            "readonly": true
                                        },
                                        "time_slot_label": {
                                            "description": "Time Slot Label",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "readonly": true
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "Dati delle estensioni registrati da woocommerce\/order-attribution",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "Campo di attribuzione dell'ordine: source_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "Campo di attribuzione dell'ordine: referrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "Campo di attribuzione dell'ordine: utm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "Campo di attribuzione dell'ordine: utm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "Campo di attribuzione dell'ordine: utm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "Campo di attribuzione dell'ordine: utm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "Campo di attribuzione dell'ordine: utm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "Campo di attribuzione dell'ordine: utm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "Campo di attribuzione dell'ordine: utm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "Campo di attribuzione dell'ordine: utm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "Campo di attribuzione dell'ordine: utm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "Campo di attribuzione dell'ordine: session_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "Campo di attribuzione dell'ordine: session_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "Campo di attribuzione dell'ordine: session_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "Campo di attribuzione dell'ordine: session_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "Campo di attribuzione dell'ordine: user_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "default": {
                                "order-delivery-date": [],
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/order\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/attributes": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di articoli da restituire nell'insieme dei risultati. Impostazione predefinita su nessun limite se lasciato vuoto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Ordine crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina per propriet\u00e0 termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count",
                                "menu_order",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vero, i termini vuoti non verranno restituiti.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati ai termini con uno specifico genitore (solo tassonomie gerarchiche).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/categories": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di articoli da restituire nell'insieme dei risultati. Impostazione predefinita su nessun limite se lasciato vuoto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Ordine crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina per propriet\u00e0 termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vero, i termini vuoti non verranno restituiti.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati ai termini con uno specifico genitore (solo tassonomie gerarchiche).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/products\/categories"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/brands": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di articoli da restituire nell'insieme dei risultati. Impostazione predefinita su nessun limite se lasciato vuoto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Ordine crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina per propriet\u00e0 termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vero, i termini vuoti non verranno restituiti.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati ai termini con uno specifico genitore (solo tassonomie gerarchiche).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/products\/brands"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/brands\/(?P<identifier>[\\w-]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "identifier": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/collection-data": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati ai prodotti con slug specifico\/i. Usa le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse create dopo una determinata data conforme al formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Risposta del limite per le risorse create prima di una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "Se si limita la risposta utilizzando, prima\/dopo, la colonna della data da confrontare.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "Limita i risultati ai prodotti di un tipo specifico.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Limita i risultati ai prodotti con COD specifici. Utilizza le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Restringi il risultato ai prodotti in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Limita il set di risultati ai prodotti a cui \u00e8 stato assegnato un insieme di slug o ID della categoria, separati da virgole.",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "Operatore per confrontare i termini di categoria del prodotto.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "brand": {
                            "description": "Limita il set di risultati ai prodotti a cui \u00e8 stato assegnato un insieme di slug o ID del marchio, separati da virgole.",
                            "type": "string",
                            "required": false
                        },
                        "brand_operator": {
                            "description": "Operatore per confrontare i termini del marchio del prodotto.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "Limita il set di risultati ai prodotti a cui \u00e8 stato assegnato un insieme di slug o ID dei tag, separati da virgole.",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "Operatore per confrontare i tag dei prodotti.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Restringi il risultato ai prodotti in offerta.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Limita l'insieme dei risultati basati su un prezzo minimo, fornito usando l'unit\u00e0 pi\u00f9 piccola della valuta.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Limita l'insieme dei risultati basati su un prezzo massimo, fornito usando l'unit\u00e0 pi\u00f9 piccola della valuta.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Limite del risultato impostato sui prodotti con stato della disponibilit\u00e0 specifico.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "instock",
                                    "outofstock",
                                    "onbackorder"
                                ],
                                "sanitize_callback": "sanitize_text_field",
                                "validate_callback": "rest_validate_request_arg"
                            },
                            "default": [],
                            "required": false
                        },
                        "attributes": {
                            "description": "Risultato del limite impostato sui prodotti con attributi globali selezionati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Nome tassonomia attributo.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "Elenco di ID del termine dell'attributo.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "Elenco degli slug degli attributi. Se viene fornito un ID del termine, questo verr\u00e0 ignorato.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "Operatore per confrontare i termini dell\u2019attributo del prodotto.",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "Relazione logica tra gli attributi quando ne vengono filtrati pi\u00f9 contemporaneamente.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Determina se vengono visualizzati i prodotti nascosti o visibili del catalogo.",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Risultato del limite impostato su prodotti con una determinata media delle valutazioni.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_price_range": {
                            "description": "Se vero, calcola il prezzo minimo e quello massimo del prodotto per la raccolta.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_stock_status_counts": {
                            "description": "Se vero, calcola i conteggi del magazzino per i prodotti nella raccolta.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_attribute_counts": {
                            "description": "Se richiesto, calcola i conteggi del termine dell'attributo per prodotti nella raccolta.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "taxonomy": {
                                        "description": "Nome tassonomia.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "query_type": {
                                        "description": "La condizione filtro\t in esecuzione che pu\u00f2 influire sui conteggi. Valori validi che includono \"and\" e \"or\".",
                                        "type": "string",
                                        "enum": [
                                            "and",
                                            "or"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_rating_counts": {
                            "description": "Se vero, calcola i conteggi della valutazione per prodotti nella raccolta.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_taxonomy_counts": {
                            "description": "Se richiesto, calcola i conteggi del termine della tassonomia per i prodotti nella raccolta.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "description": "Nome tassonomia."
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/products\/collection-data"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/reviews": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "rating",
                                "product"
                            ],
                            "required": false
                        },
                        "category_id": {
                            "description": "Limita l'insieme dei risultati alle recensioni da ID di categoria specifici.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Limita l'insieme dei risultati alle recensioni da ID di prodotto specifici.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/products\/reviews"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/tags": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di articoli da restituire nell'insieme dei risultati. Impostazione predefinita su nessun limite se lasciato vuoto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Ordine crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina per propriet\u00e0 termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vero, i termini vuoti non verranno restituiti.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati ai termini con uno specifico genitore (solo tassonomie gerarchiche).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati ai prodotti con slug specifico\/i. Usa le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse create dopo una determinata data conforme al formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Risposta del limite per le risorse create prima di una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "Se si limita la risposta utilizzando, prima\/dopo, la colonna della data da confrontare.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "Limita i risultati ai prodotti di un tipo specifico.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Limita i risultati ai prodotti con COD specifici. Utilizza le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Restringi il risultato ai prodotti in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Limita il set di risultati ai prodotti a cui \u00e8 stato assegnato un insieme di slug o ID della categoria, separati da virgole.",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "Operatore per confrontare i termini di categoria del prodotto.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "brand": {
                            "description": "Limita il set di risultati ai prodotti a cui \u00e8 stato assegnato un insieme di slug o ID del marchio, separati da virgole.",
                            "type": "string",
                            "required": false
                        },
                        "brand_operator": {
                            "description": "Operatore per confrontare i termini del marchio del prodotto.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "Limita il set di risultati ai prodotti a cui \u00e8 stato assegnato un insieme di slug o ID dei tag, separati da virgole.",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "Operatore per confrontare i tag dei prodotti.",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Restringi il risultato ai prodotti in offerta.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Limita l'insieme dei risultati basati su un prezzo minimo, fornito usando l'unit\u00e0 pi\u00f9 piccola della valuta.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Limita l'insieme dei risultati basati su un prezzo massimo, fornito usando l'unit\u00e0 pi\u00f9 piccola della valuta.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Limite del risultato impostato sui prodotti con stato della disponibilit\u00e0 specifico.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "instock",
                                    "outofstock",
                                    "onbackorder"
                                ],
                                "sanitize_callback": "sanitize_text_field",
                                "validate_callback": "rest_validate_request_arg"
                            },
                            "default": [],
                            "required": false
                        },
                        "attributes": {
                            "description": "Risultato del limite impostato sui prodotti con attributi globali selezionati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "Nome tassonomia attributo.",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "Elenco di ID del termine dell'attributo.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "Elenco degli slug degli attributi. Se viene fornito un ID del termine, questo verr\u00e0 ignorato.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "Operatore per confrontare i termini dell\u2019attributo del prodotto.",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "Relazione logica tra gli attributi quando ne vengono filtrati pi\u00f9 contemporaneamente.",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Determina se vengono visualizzati i prodotti nascosti o visibili del catalogo.",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Risultato del limite impostato su prodotti con una determinata media delle valutazioni.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/store\/v1\/products"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/(?P<slug>[\\S]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "slug": {
                            "description": "Slug della risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Ambito nel quale la richiesta \u00e8 effettuata; determina i campi presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/private": {
            "namespace": "wc\/private",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/private",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/private"
                    }
                ]
            }
        },
        "\/wc\/private\/patterns": {
            "namespace": "wc\/private",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/private\/patterns"
                    }
                ]
            }
        },
        "\/wp-mail-smtp\/v1": {
            "namespace": "wp-mail-smtp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-mail-smtp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp-mail-smtp\/v1"
                    }
                ]
            }
        },
        "\/wp-mail-smtp\/v1\/webhooks\/smtp2go": {
            "namespace": "wp-mail-smtp\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp-mail-smtp\/v1\/webhooks\/smtp2go"
                    }
                ]
            }
        },
        "\/wp-mail-smtp\/v1\/e\/(?P<data>.+)": {
            "namespace": "wp-mail-smtp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v2": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/brands": {
            "namespace": "wc\/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",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo della risorsa.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indica se nascondere o meno risorse non assegnate a nessun prodotto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico elemento principale. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico prodotto.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati alle risorse con uno slug specifico.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Nome per la risorsa.",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/products\/brands"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/brands\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome categoria.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/brands\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome categoria.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/products\/brands\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/brands": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo della risorsa.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indica se nascondere o meno risorse non assegnate a nessun prodotto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico elemento principale. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico prodotto.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati alle risorse con uno slug specifico.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Nome per la risorsa.",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/products\/brands"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/brands\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome categoria.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/brands\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome categoria.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/products\/brands\/batch"
                    }
                ]
            }
        },
        "\/jetpack-boost\/v1": {
            "namespace": "jetpack-boost\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack-boost\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack-boost\/v1"
                    }
                ]
            }
        },
        "\/jetpack-boost\/v1\/speed-scores": {
            "namespace": "jetpack-boost\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack-boost\/v1\/speed-scores"
                    }
                ]
            }
        },
        "\/jetpack-boost\/v1\/speed-scores\/refresh": {
            "namespace": "jetpack-boost\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack-boost\/v1\/speed-scores\/refresh"
                    }
                ]
            }
        },
        "\/jetpack-boost\/v1\/speed-scores-history": {
            "namespace": "jetpack-boost\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "start": {
                            "type": "number",
                            "required": true
                        },
                        "end": {
                            "type": "number",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "start": {
                            "type": "number",
                            "required": true
                        },
                        "end": {
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack-boost\/v1\/speed-scores-history"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "my-jetpack\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/products": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "products": {
                            "description": "Elenco separato da virgole degli slug di prodotto che devono essere recuperati.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/site\/products"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/products\/install": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "products": {
                            "description": "Matrice di slug di prodotti",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "anti-spam",
                                    "backup",
                                    "boost",
                                    "crm",
                                    "creator",
                                    "extras",
                                    "jetpack-ai",
                                    "ai",
                                    "scan",
                                    "search",
                                    "social",
                                    "security",
                                    "protect",
                                    "videopress",
                                    "stats",
                                    "growth",
                                    "complete",
                                    "newsletter",
                                    "site-accelerator",
                                    "related-posts"
                                ],
                                "type": "string"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/site\/products\/install"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/products\/activate": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "products": {
                            "description": "Matrice di slug di prodotti",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "anti-spam",
                                    "backup",
                                    "boost",
                                    "crm",
                                    "creator",
                                    "extras",
                                    "jetpack-ai",
                                    "ai",
                                    "scan",
                                    "search",
                                    "social",
                                    "security",
                                    "protect",
                                    "videopress",
                                    "stats",
                                    "growth",
                                    "complete",
                                    "newsletter",
                                    "site-accelerator",
                                    "related-posts"
                                ],
                                "type": "string"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/site\/products\/activate"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/products\/interstitials": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "products": {
                            "description": "Coppie chiave-valore degli slug del prodotto e dello stato dei loro annunci interstiziali.",
                            "type": "object",
                            "properties": {
                                "anti-spam": {
                                    "type": "boolean"
                                },
                                "backup": {
                                    "type": "boolean"
                                },
                                "boost": {
                                    "type": "boolean"
                                },
                                "crm": {
                                    "type": "boolean"
                                },
                                "creator": {
                                    "type": "boolean"
                                },
                                "extras": {
                                    "type": "boolean"
                                },
                                "jetpack-ai": {
                                    "type": "boolean"
                                },
                                "ai": {
                                    "type": "boolean"
                                },
                                "scan": {
                                    "type": "boolean"
                                },
                                "search": {
                                    "type": "boolean"
                                },
                                "social": {
                                    "type": "boolean"
                                },
                                "security": {
                                    "type": "boolean"
                                },
                                "protect": {
                                    "type": "boolean"
                                },
                                "videopress": {
                                    "type": "boolean"
                                },
                                "stats": {
                                    "type": "boolean"
                                },
                                "growth": {
                                    "type": "boolean"
                                },
                                "complete": {
                                    "type": "boolean"
                                },
                                "newsletter": {
                                    "type": "boolean"
                                },
                                "site-accelerator": {
                                    "type": "boolean"
                                },
                                "related-posts": {
                                    "type": "boolean"
                                }
                            },
                            "additionalProperties": false,
                            "minProperties": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/site\/products\/interstitials"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/products\/deactivate": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "products": {
                            "description": "Matrice di slug di prodotti",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "anti-spam",
                                    "backup",
                                    "boost",
                                    "crm",
                                    "creator",
                                    "extras",
                                    "jetpack-ai",
                                    "ai",
                                    "scan",
                                    "search",
                                    "social",
                                    "security",
                                    "protect",
                                    "videopress",
                                    "stats",
                                    "growth",
                                    "complete",
                                    "newsletter",
                                    "site-accelerator",
                                    "related-posts"
                                ],
                                "type": "string"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/site\/products\/deactivate"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/products-ownership": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/site\/products-ownership"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/purchases": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/site\/purchases"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/chat\/availability": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/chat\/availability"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/chat\/authentication": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "required": false
                        },
                        "test_mode": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/chat\/authentication"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/recommendations\/evaluation": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/site\/recommendations\/evaluation"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/recommendations\/evaluation\/result": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/site\/recommendations\/evaluation\/result"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/backup\/undo-event": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/site\/backup\/undo-event"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/protect\/data": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/site\/protect\/data"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/videopress\/data": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/site\/videopress\/data"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/update-historically-active-modules": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/site\/update-historically-active-modules"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/jetpack-manage\/data": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/jetpack-manage\/data"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/red-bubble-notifications": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "dismissal_cookies": {
                            "type": "array",
                            "description": "Array of dismissal cookies to set for the red bubble notifications.",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/red-bubble-notifications"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/site"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/dismiss-welcome-banner": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/my-jetpack\/v1\/site\/dismiss-welcome-banner"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/explat": {
            "namespace": "jetpack\/v4\/explat",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4\/explat",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/explat"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/explat\/assignments": {
            "namespace": "jetpack\/v4\/explat",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "experiment_name": {
                            "type": "string",
                            "required": false
                        },
                        "anon_id": {
                            "type": "string",
                            "required": false
                        },
                        "as_connected_user": {
                            "type": "boolean",
                            "required": false
                        },
                        "platform": {
                            "type": "string",
                            "enum": [
                                "jetpack",
                                "calypso",
                                "wpcom"
                            ],
                            "default": "jetpack",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/explat\/assignments"
                    }
                ]
            }
        },
        "\/brave\/v1": {
            "namespace": "brave\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "brave\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1"
                    }
                ]
            }
        },
        "\/brave\/v1\/popups": {
            "namespace": "brave\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filter": {
                            "type": "string",
                            "default": "",
                            "description": "Filter Popups",
                            "required": false
                        },
                        "sort": {
                            "type": "string",
                            "default": "",
                            "description": "Sort Popups",
                            "required": false
                        },
                        "page": {
                            "type": "number",
                            "default": 0,
                            "description": "Popups Pagination",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/popups"
                    }
                ]
            }
        },
        "\/brave\/v1\/popup(?:\/(?P<id>\\d+))?": {
            "namespace": "brave\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "Popup ID",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "Popup ID",
                            "required": true
                        },
                        "popup_title": {
                            "type": "string",
                            "description": "Popup Title",
                            "required": false
                        },
                        "popup_data": {
                            "type": "string",
                            "description": "Popup Main Data",
                            "required": false
                        },
                        "popup_parentID": {
                            "type": "integer",
                            "description": "If the Popup is a Child, its parent ID",
                            "required": false
                        },
                        "popup_abtest": {
                            "type": "string",
                            "description": "Popup abtest Data",
                            "required": false
                        },
                        "popup_schedule": {
                            "type": "string",
                            "description": "Popup Schedule",
                            "required": false
                        },
                        "popup_goal_action": {
                            "type": "string",
                            "description": "Popup Goal Action",
                            "required": false
                        },
                        "goal": {
                            "type": "integer",
                            "description": "Popup Goal",
                            "required": false
                        },
                        "devices": {
                            "type": "string",
                            "description": "Popup Settings Data",
                            "required": false
                        },
                        "placement": {
                            "type": "string",
                            "description": "Popup Placement",
                            "required": false
                        },
                        "updated": {
                            "type": "integer",
                            "description": "Popup Last Updated",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "Popup Status",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/brave\/v1\/deletepopup": {
            "namespace": "brave\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/deletepopup"
                    }
                ]
            }
        },
        "\/brave\/v1\/settings": {
            "namespace": "brave\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/settings"
                    }
                ]
            }
        },
        "\/brave\/v1\/presets": {
            "namespace": "brave\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/presets"
                    }
                ]
            }
        },
        "\/brave\/v1\/integrations": {
            "namespace": "brave\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "service": {
                            "type": "string",
                            "description": "Service ID",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/integrations"
                    }
                ]
            }
        },
        "\/brave\/v1\/integrations\/fetchadvanced": {
            "namespace": "brave\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "service": {
                            "type": "string",
                            "description": "Service ID",
                            "required": false
                        },
                        "listID": {
                            "type": "string",
                            "description": "Newsletter List ID",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/integrations\/fetchadvanced"
                    }
                ]
            }
        },
        "\/brave\/v1\/integrations\/remove": {
            "namespace": "brave\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/integrations\/remove"
                    }
                ]
            }
        },
        "\/brave\/v1\/integrations\/aweberverfier": {
            "namespace": "brave\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/integrations\/aweberverfier"
                    }
                ]
            }
        },
        "\/brave\/v1\/wpdata": {
            "namespace": "brave\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "description": "Data Type",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/wpdata"
                    }
                ]
            }
        },
        "\/brave\/v1\/wpsearch": {
            "namespace": "brave\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "description": "Post Type",
                            "required": false
                        },
                        "query": {
                            "type": "string",
                            "description": "Search Query",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/wpsearch"
                    }
                ]
            }
        },
        "\/brave\/v1\/posts": {
            "namespace": "brave\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "description": "Data Type",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/posts"
                    }
                ]
            }
        },
        "\/brave\/v1\/products": {
            "namespace": "brave\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "description": "Data Type",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/products"
                    }
                ]
            }
        },
        "\/brave\/v1\/sendmail": {
            "namespace": "brave\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/sendmail"
                    }
                ]
            }
        },
        "\/brave\/v1\/selectabtest": {
            "namespace": "brave\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/selectabtest"
                    }
                ]
            }
        },
        "\/brave\/v1\/analytics": {
            "namespace": "brave\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/analytics"
                    }
                ]
            }
        },
        "\/brave\/v1\/stat(?:\/(?P<id>\\d+))?": {
            "namespace": "brave\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "Popup ID",
                            "required": false
                        },
                        "start": {
                            "type": "string",
                            "description": "Stat Start Date",
                            "required": false
                        },
                        "end": {
                            "type": "string",
                            "description": "Stat End Date",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/brave\/v1\/analytics_csv(?:\/(?P<id>\\d+))?": {
            "namespace": "brave\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "Campaign ID",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/brave\/v1\/submissions": {
            "namespace": "brave\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/submissions"
                    }
                ]
            }
        },
        "\/brave\/v1\/submission(?:\/(?P<id>\\d+))?": {
            "namespace": "brave\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "Campaign ID",
                            "required": false
                        },
                        "count": {
                            "type": "integer",
                            "description": "Number of Entries",
                            "required": false
                        },
                        "page": {
                            "type": "integer",
                            "description": "pagination",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/brave\/v1\/submission_csv(?:\/(?P<id>\\d+))?": {
            "namespace": "brave\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "Campaign ID",
                            "required": false
                        },
                        "fields_only": {
                            "type": "integer",
                            "description": "If only fields should be in the csv.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/brave\/v1\/entry(?:\/(?P<id>\\d+))?": {
            "namespace": "brave\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "Entry ID",
                            "required": false
                        },
                        "start": {
                            "type": "string",
                            "description": "Stat Start Date",
                            "required": false
                        },
                        "end": {
                            "type": "string",
                            "description": "Stat End Date",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "Entry ID",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/brave\/v1\/deletesubmissions": {
            "namespace": "brave\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/deletesubmissions"
                    }
                ]
            }
        },
        "\/brave\/v1\/removesubmissioncampaign": {
            "namespace": "brave\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/removesubmissioncampaign"
                    }
                ]
            }
        },
        "\/brave\/v1\/dismissrating": {
            "namespace": "brave\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/brave\/v1\/dismissrating"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4\/blaze-app",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/blaze-app"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/blaze\/posts(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/blaze-app\/sites\/241669744\/blaze\/posts(\\?.*)?"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/wpcom\/sites\/241669744\/blaze\/posts(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/wpcom\/sites\/241669744\/blaze\/posts(\\?.*)?"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/wpcom\/checkout": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/wpcom\/checkout"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/credits(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/wpcom\/sites\/241669744\/media(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/wpcom\/sites\/241669744\/media": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/wpcom\/sites\/241669744\/media"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/wpcom\/media(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/experiments(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/(?P<api_version>v[0-9]+\\.?[0-9]*)\/campaigns(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1.1\/campaigns": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1.1\/campaigns"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/(?P<api_version>v[0-9]+\\.?[0-9]*)\/campaigns(?P<sub_path>[a-zA-Z0-9-_\\\/]*)": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/sites\/241669744\/campaigns(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/(?P<api_version>v[0-9]+\\.?[0-9]*)\/stats(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/(?P<api_version>v[0-9]+\\.?[0-9]*)\/stats(?P<sub_path>[a-zA-Z0-9-_\\\/]*)": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/search(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/user(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/templates\/article\/(?P<urn>[a-zA-Z0-9-_:]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/templates\/advise\/campaign\/(?P<urn>[a-zA-Z0-9-_:]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/templates(?P<sub_path>[a-zA-Z0-9-_\\\/:]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/advise\/campaign\/(?P<urn>[a-zA-Z0-9-_:]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/advise(?P<sub_path>[a-zA-Z0-9-_\\\/:]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/subscriptions(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/subscriptions(?P<sub_path>[a-zA-Z0-9-_\\\/]*)": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/(?P<api_version>v[0-9]+\\.?[0-9]*)\/payments(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/(?P<api_version>v[0-9]+\\.?[0-9]*)\/payments(?P<sub_path>[a-zA-Z0-9-_\\\/]*)": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/smart(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/smart(?P<sub_path>[a-zA-Z0-9-_\\\/]*)": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/locations(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/woo(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/image(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/logs": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/blaze-app\/sites\/241669744\/wordads\/dsp\/api\/v1\/logs"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze": {
            "namespace": "jetpack\/v4\/blaze",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4\/blaze",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/blaze"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze\/eligibility": {
            "namespace": "jetpack\/v4\/blaze",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/blaze\/eligibility"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze\/dashboard": {
            "namespace": "jetpack\/v4\/blaze",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/blaze\/dashboard"
                    }
                ]
            }
        },
        "\/woocommerce-analytics\/v1": {
            "namespace": "woocommerce-analytics\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "woocommerce-analytics\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/woocommerce-analytics\/v1"
                    }
                ]
            }
        },
        "\/woocommerce-analytics\/v1\/track": {
            "namespace": "woocommerce-analytics\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/woocommerce-analytics\/v1\/track"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/feature\/custom-content-types": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/feature\/custom-content-types"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/hints": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "hint": {
                            "default": "",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/hints"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "google-site-kit\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/setup-tag": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/site\/data\/setup-tag"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/connection": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/site\/data\/connection"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/authentication": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/authentication"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/disconnect": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/disconnect"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/get-token": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/get-token"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/user-input-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "questions": {
                                        "purpose": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "postFrequency": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "goals": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "includeConversionEvents": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/user-input-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/audience-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "configuredAudiences": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "isAudienceSegmentationWidgetHidden": {
                                            "type": "boolean"
                                        },
                                        "didSetAudiences": {
                                            "type": "boolean"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/audience-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/conversion-reporting-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "newEventsCalloutDismissedAt": {
                                            "type": "integer"
                                        },
                                        "lostEventsCalloutDismissedAt": {
                                            "type": "integer"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/conversion-reporting-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/list": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/list"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/activation": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/activation"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/info": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identificativo del modulo.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/info"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/check-access": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identificativo del modulo.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/check-access"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/notifications": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identificativo del modulo.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identificativo del modulo.",
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identificativo del modulo.",
                            "default": null,
                            "required": false
                        },
                        "data": {
                            "type": "object",
                            "description": "Impostazioni da configurare.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/data-available": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identificativo del modulo.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/(?P<datapoint>[a-z\\-]+)": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identificativo del modulo.",
                            "default": null,
                            "required": false
                        },
                        "datapoint": {
                            "type": "string",
                            "description": "Dati del modulo indicano l'indirizzo.",
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identificativo del modulo.",
                            "default": null,
                            "required": false
                        },
                        "datapoint": {
                            "type": "string",
                            "description": "Dati del modulo indicano l'indirizzo.",
                            "default": null,
                            "required": false
                        },
                        "data": {
                            "type": "object",
                            "description": "Dati da impostare.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/recover-modules": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/recover-modules"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/sharing-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/sharing-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-items": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "minProperties": 1,
                            "additionalProperties": false,
                            "properties": {
                                "slugs": {
                                    "type": "array",
                                    "required": true,
                                    "items": {
                                        "type": "string"
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-items"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-item": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-item"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/expirable-items": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/expirable-items"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/set-expirable-item-timers": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "array",
                            "description": "",
                            "default": null,
                            "items": {
                                "type": "object",
                                "additionalProperties": false,
                                "properties": {
                                    "slug": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "expiration": {
                                        "type": "integer",
                                        "required": true
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/set-expirable-item-timers"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/permissions": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/permissions"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/nonces": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/nonces"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-trigger": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "triggerID": {
                                    "type": "string",
                                    "required": true
                                },
                                "ttl": {
                                    "type": "integer",
                                    "minimum": 0
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-trigger"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-event": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "session": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "session_id": {
                                            "type": "string",
                                            "required": true
                                        },
                                        "session_token": {
                                            "type": "string",
                                            "required": true
                                        }
                                    }
                                },
                                "event": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "survey_shown": {
                                            "type": "object"
                                        },
                                        "survey_closed": {
                                            "type": "object"
                                        },
                                        "question_answered": {
                                            "type": "object"
                                        },
                                        "completion_shown": {
                                            "type": "object"
                                        },
                                        "follow_up_link_clicked": {
                                            "type": "object"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-event"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-timeouts": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-timeouts"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/reset": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/site\/data\/reset"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/reset-persistent": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/site\/data\/reset-persistent"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/developer-plugin": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/site\/data\/developer-plugin"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/tracking": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "required": true
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/tracking"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/search\/data\/entity-search": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "query": {
                            "type": "string",
                            "description": "Contenuto testuale da cercare.",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/search\/data\/entity-search"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/admin-bar-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "required": false
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/site\/data\/admin-bar-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/notifications": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/site\/data\/notifications"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/mark-notification": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/site\/data\/mark-notification"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/site-health-tag-placement-test": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/site\/data\/site-health-tag-placement-test"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/health-checks": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/site\/data\/health-checks"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-tours": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-tours"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-tour": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-tour"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/key-metrics": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "isWidgetHidden": {
                                            "type": "boolean",
                                            "required": true
                                        },
                                        "widgetSlugs": {
                                            "type": "array",
                                            "required": false,
                                            "maxItems": 8,
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/key-metrics"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-prompts": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-prompts"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-prompt": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-prompt"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-mode": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "enabled": {
                                            "type": "boolean"
                                        },
                                        "regions": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-mode"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-api-info": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-api-info"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-api-activate": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-api-activate"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/ads-measurement-status": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/site\/data\/ads-measurement-status"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/conversion-tracking": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "enabled": {
                                            "type": "boolean",
                                            "required": true
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/google-site-kit\/v1\/core\/site\/data\/conversion-tracking"
                    }
                ]
            }
        },
        "\/regenerate-thumbnails\/v1": {
            "namespace": "regenerate-thumbnails\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "regenerate-thumbnails\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/regenerate-thumbnails\/v1"
                    }
                ]
            }
        },
        "\/regenerate-thumbnails\/v1\/regenerate\/(?P<id>[\\d]+)": {
            "namespace": "regenerate-thumbnails\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "only_regenerate_missing_thumbnails": {
                            "description": "Se rigenerare solo le miniature mancanti. \u00c8 pi\u00f9 veloce se abilitato.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "delete_unregistered_thumbnail_files": {
                            "description": "Se eliminare i file delle miniature vecchie e non pi\u00f9 registrate.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "update_usages_in_posts": {
                            "description": "Se aggiornare i tag delle immagini negli articoli che utilizzano questo allegato.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "update_usages_in_posts_post_type": {
                            "description": "Il tipo di articoli da aggiornare. Predefinito: tutti i tipi di contenuti pubblici.",
                            "type": "array",
                            "default": [],
                            "required": false
                        },
                        "update_usages_in_posts_post_ids": {
                            "description": "ID di articoli specifici da aggiornare piuttosto che tutti gli articoli che utilizzano questo allegato.",
                            "type": "array",
                            "default": [],
                            "required": false
                        },
                        "update_usages_in_posts_posts_per_loop": {
                            "description": "Articoli da elaborare per loop. Serve a controllare l'utilizzo della memoria ed \u00e8 probabile che tu non debba modificarlo.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/regenerate-thumbnails\/v1\/attachmentinfo\/(?P<id>[\\d]+)": {
            "namespace": "regenerate-thumbnails\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/regenerate-thumbnails\/v1\/featuredimages": {
            "namespace": "regenerate-thumbnails\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/regenerate-thumbnails\/v1\/featuredimages"
                    }
                ]
            }
        },
        "\/wc\/v1\/coupons": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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 alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "Usa gli argomenti di WP Query per modificare la risposta; le variabili di query private necessitano dell'autorizzazione appropriata.",
                            "required": false
                        },
                        "code": {
                            "description": "Limita i risultati alle risorse con un codice specifico.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Codice promozionale.",
                            "type": "string",
                            "required": true
                        },
                        "description": {
                            "description": "Descrizione codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "Determina il tipo di sconto che verr\u00e0 applicato.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "L'importo dello sconto. Dovrebbe essere sempre numerico, anche se \u00e8 impostata una percentuale.",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "DateTime UTC della scadenza del codice promozionale.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "Se vero, il codice promozionale pu\u00f2 essere utilizzato solo singolarmente. Altri eventuali codici promozionali applicati verranno rimossi dal carrello.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale non pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato in totale.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato da ciascun cliente.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Numero massimo di prodotti nel carrello ai quali pu\u00f2 essere applicato il codice promozionale.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "Se vero e se il metodo di spedizione gratuito richiede un codice promozionale, questo codice promozionale consentir\u00e0 la spedizione gratuita.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale non pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "Se vero, questo codice promozionale non verr\u00e0 applicato a elementi che hanno prezzi scontati.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Il valore minimo dell'ordine che deve essere nel carrello prima di applicare il codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Il valore massimo dell'ordine permesso utilizzando il codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lista degli indirizzi email che possono utilizzare questo codice promozionale.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/coupons"
                    }
                ]
            }
        },
        "\/wc\/v1\/coupons\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Determina il tipo di sconto che verr\u00e0 applicato.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "L'importo dello sconto. Dovrebbe essere sempre numerico, anche se \u00e8 impostata una percentuale.",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "DateTime UTC della scadenza del codice promozionale.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Se vero, il codice promozionale pu\u00f2 essere utilizzato solo singolarmente. Altri eventuali codici promozionali applicati verranno rimossi dal carrello.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale non pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato in totale.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato da ciascun cliente.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Numero massimo di prodotti nel carrello ai quali pu\u00f2 essere applicato il codice promozionale.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Se vero e se il metodo di spedizione gratuito richiede un codice promozionale, questo codice promozionale consentir\u00e0 la spedizione gratuita.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale non pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Se vero, questo codice promozionale non verr\u00e0 applicato a elementi che hanno prezzi scontati.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Il valore minimo dell'ordine che deve essere nel carrello prima di applicare il codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Il valore massimo dell'ordine permesso utilizzando il codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lista degli indirizzi email che possono utilizzare questo codice promozionale.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/coupons\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "Codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Determina il tipo di sconto che verr\u00e0 applicato.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "L'importo dello sconto. Dovrebbe essere sempre numerico, anche se \u00e8 impostata una percentuale.",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "DateTime UTC della scadenza del codice promozionale.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Se vero, il codice promozionale pu\u00f2 essere utilizzato solo singolarmente. Altri eventuali codici promozionali applicati verranno rimossi dal carrello.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale non pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato in totale.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato da ciascun cliente.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Numero massimo di prodotti nel carrello ai quali pu\u00f2 essere applicato il codice promozionale.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Se vero e se il metodo di spedizione gratuito richiede un codice promozionale, questo codice promozionale consentir\u00e0 la spedizione gratuita.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale non pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Se vero, questo codice promozionale non verr\u00e0 applicato a elementi che hanno prezzi scontati.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Il valore minimo dell'ordine che deve essere nel carrello prima di applicare il codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Il valore massimo dell'ordine permesso utilizzando il codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lista degli indirizzi email che possono utilizzare questo codice promozionale.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/coupons\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/customers\/(?P<customer_id>[\\d]+)\/downloads": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "customer_id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/customers": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitare il set di risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Limita i risultati alle risorse con uno specifico indirizzo email.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "Limita i risultati alle risorse con uno specifico ruolo.",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "wpseo_manager",
                                "wpseo_editor",
                                "customer",
                                "shop_manager",
                                "payer"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "Nuovo indirizzo email dell'utente.",
                            "required": true
                        },
                        "first_name": {
                            "description": "Nome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Cognome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Nuovo username utente.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Nuova password utente.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lista dei dati dell'indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lista dei dati dell'indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/customers"
                    }
                ]
            }
        },
        "\/wc\/v1\/customers\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "L'indirizzo email per il cliente.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "Nome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Cognome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Nome d'accesso del cliente.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Password cliente.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lista dei dati dell'indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lista dei dati dell'indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "ID da re-assegnare agli articoli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/customers\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "email": {
                            "description": "L'indirizzo email per il cliente.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "Nome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Cognome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Nome d'accesso del cliente.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Password cliente.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lista dei dati dell'indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lista dei dati dell'indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/customers\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/orders\/(?P<order_id>[\\d]+)\/notes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "Contenuto della nota dell'ordine.",
                            "required": true
                        },
                        "customer_note": {
                            "default": false,
                            "description": "Mostra\/definisce se la nota \u00e8 solo per referenza o per il cliente (l'utente verr\u00e0 avvisato).",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders\/(?P<order_id>[\\d]+)\/notes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders\/(?P<order_id>[\\d]+)\/refunds": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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 alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "Usa gli argomenti di WP Query per modificare la risposta; le variabili di query private necessitano dell'autorizzazione appropriata.",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Limita i risultati agli ordini assegnati ad uno stato specifico.",
                            "type": "string",
                            "enum": [
                                "any",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "customer": {
                            "description": "Limita i risultati agli ordini assegnati ad un cliente specifico.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati agli ordini contenenti uno specifico prodotto.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "Numero di punti decimali da usare in ogni risorsa.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "Valore del rimborso.",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "Motivo del rimborso.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders\/(?P<order_id>[\\d]+)\/refunds\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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 alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "Usa gli argomenti di WP Query per modificare la risposta; le variabili di query private necessitano dell'autorizzazione appropriata.",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Limita i risultati agli ordini assegnati ad uno stato specifico.",
                            "type": "string",
                            "enum": [
                                "any",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "customer": {
                            "description": "Limita i risultati agli ordini assegnati ad un cliente specifico.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati agli ordini contenenti uno specifico prodotto.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "Numero di punti decimali da usare in ogni risorsa.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "ID ordine padre.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "Stato dell'ordine.",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "EUR",
                            "description": "La valuta usata per creare l'ordine, in formato ISO.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "ID dell'utente a cui appartiene l'ordine. 0 per gli ospiti.",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "ID metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Titolo metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Definisci se l'ordine \u00e8 stato pagato. Sar\u00e0 impostato lo stato \"in lavorazione\" e ridotti gli articoli nel magazzino.",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "ID unico della transazione.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota lasciata dal cliente durante il riepilogo dell'ordine.",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "Dati dei prodotti per riga.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Codice Prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "ID Prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "ID variazione, se applicabile.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Quantit\u00e0 ordinata.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Classe d'imposta del prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Prezzo del prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "subtotal": {
                                        "description": "Subtotale (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Subtotale imposte (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "Dati meta dell'elemento.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "Etichetta del meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Dati di spedizione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Nome del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Dati delle tasse.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome tassa.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Categoria fiscale di pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Regime fiscale del pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Dati dei codici promozionale.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Codice promozionale.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totale sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Totale imposte sullo sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/orders"
                    }
                ]
            }
        },
        "\/wc\/v1\/orders\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID ordine padre.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Stato dell'ordine.",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "La valuta usata per creare l'ordine, in formato ISO.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "ID dell'utente a cui appartiene l'ordine. 0 per gli ospiti.",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "ID metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Titolo metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "set_paid": {
                            "description": "Definisci se l'ordine \u00e8 stato pagato. Sar\u00e0 impostato lo stato \"in lavorazione\" e ridotti gli articoli nel magazzino.",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "ID unico della transazione.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota lasciata dal cliente durante il riepilogo dell'ordine.",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "Dati dei prodotti per riga.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Codice Prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "ID Prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "ID variazione, se applicabile.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Quantit\u00e0 ordinata.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Classe d'imposta del prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Prezzo del prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "subtotal": {
                                        "description": "Subtotale (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Subtotale imposte (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "Dati meta dell'elemento.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "Etichetta del meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Dati di spedizione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Nome del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Dati delle tasse.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome tassa.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Categoria fiscale di pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Regime fiscale del pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Dati dei codici promozionale.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Codice promozionale.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totale sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Totale imposte sullo sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "ID ordine padre.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Stato dell'ordine.",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "La valuta usata per creare l'ordine, in formato ISO.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "ID dell'utente a cui appartiene l'ordine. 0 per gli ospiti.",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo 1.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo 2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "ID metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Titolo metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "set_paid": {
                            "description": "Definisci se l'ordine \u00e8 stato pagato. Sar\u00e0 impostato lo stato \"in lavorazione\" e ridotti gli articoli nel magazzino.",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "ID unico della transazione.",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota lasciata dal cliente durante il riepilogo dell'ordine.",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "Dati dei prodotti per riga.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Codice Prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "ID Prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "ID variazione, se applicabile.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Quantit\u00e0 ordinata.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Classe d'imposta del prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Prezzo del prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "subtotal": {
                                        "description": "Subtotale (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Subtotale imposte (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "Dati meta dell'elemento.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "Etichetta del meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Dati di spedizione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Nome del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Dati delle tasse.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome tassa.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Categoria fiscale di pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Regime fiscale del pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Dati dei codici promozionale.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Codice promozionale.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totale sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Totale imposte sullo sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/orders\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo della risorsa.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indica se nascondere o meno risorse non assegnate a nessun prodotto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico elemento principale. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico prodotto.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati alle risorse con uno slug specifico.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Nome per la risorsa.",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/attributes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome per la risorsa.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "Tipo di attributo.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "Ordinamento predefinito.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "Abilita\/Disabilita gli archivi degli attributi.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome attributo.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di attributo.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Ordinamento predefinito.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Abilita\/Disabilita gli archivi degli attributi.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/attributes\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome attributo.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di attributo.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Ordinamento predefinito.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Abilita\/Disabilita gli archivi degli attributi.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/categories": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo della risorsa.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indica se nascondere o meno risorse non assegnate a nessun prodotto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico elemento principale. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico prodotto.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati alle risorse con uno slug specifico.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Nome per la risorsa.",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/products\/categories"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome categoria.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/categories\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome categoria.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/products\/categories\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/(?P<product_id>[\\d]+)\/reviews": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "identificatore univoco per la variazione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "identificatore univoco per la variazione.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "type": "string",
                            "description": "Contenuto della recensione.",
                            "required": true
                        },
                        "date_created": {
                            "description": "La data in cui \u00e8 stata creata la recensione, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Valutazione della recensione (da 0 a 5).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Nome del recensore.",
                            "required": true
                        },
                        "email": {
                            "type": "string",
                            "description": "Email del recensore.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/(?P<product_id>[\\d]+)\/reviews\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "Contenuto della recensione.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "La data in cui \u00e8 stata creata la recensione, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Valutazione della recensione (da 0 a 5).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome recensore.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Indirizzo email recensore.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/shipping_classes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo della risorsa.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indica se nascondere o meno risorse non assegnate a nessun prodotto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico elemento principale. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico prodotto.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati alle risorse con uno slug specifico.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Nome per la risorsa.",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/products\/shipping_classes"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/shipping_classes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/products\/shipping_classes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/tags": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo della risorsa.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indica se nascondere o meno risorse non assegnate a nessun prodotto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico elemento principale. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico prodotto.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati alle risorse con uno slug specifico.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Nome per la risorsa.",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome tag.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/tags\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome tag.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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 alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "Usa gli argomenti di WP Query per modificare la risposta; le variabili di query private necessitano dell'autorizzazione appropriata.",
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati ai prodotti con uno slug specifico.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Limita i risultati ai prodotti con uno specifico stato.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Limita i risultati ai prodotti di un tipo specifico.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "category": {
                            "description": "Limita i risultati ai prodotti assegnati ad una specifica categoria.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Limita i risultati ai prodotti assegnati ad uno specifico tag.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Limita i risultati ai prodotti assegnati ad una specifica classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Limita i risultati ai prodotti con un attributo specifico.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Limita i risultati ai prodotti con uno specifico termine di attributo (obbligatoriamente un attributo assegnato).",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Limita i risultati per prodotti con un COD specifico.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Stato prodotto (stato del post).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Prodotto in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Visibilit\u00e0 catalogo.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Descrizione breve del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Identificativo unico.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo prodotto in offerta.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio offerte",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data di fine del prezzo in offerta.",
                            "type": "string",
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Se il prodotto \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Se il prodotto \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "default": "standard",
                            "description": "Tipo di download, controlla lo schema nel front-end.",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "URL esterno del prodotto. Solo per prodotti esterni.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Testo del pulsante del prodotto esterno. Solo per prodotti esterni.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Gestione magazzino sul prodotto.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "Controlli per gestire se il prodotto sia considerato \"in magazzino\" o \"Non disponibile\" sul frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Permetti l'acquisto di un elemento per ogni ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Peso prodotto (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni prodotto.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "Permetti recensioni.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lista ID dei prodotti correlati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lista degli ID dei prodotti cross-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Nota opzionale da inviare al cliente dopo l'acquisto.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Lista delle categorie.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID della categoria.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug della categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lista dei tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del tag.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Elenco delle immagini.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID dell'immagine.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "URL immagine.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Testo alternativo dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione immagine. 0 significa che l'immagine \u00e8 in evidenza.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Definisce se l'attributo \u00e8 visibile nel tab \"Informazioni aggiuntive\" nella pagina del prodotto.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Definisce se l'attributo pu\u00f2 essere usato come variazione.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lista dei nomi di termine disponibili per l'attributo.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Attributi predefiniti della variazione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "Lista delle variazioni.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID variazione.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "La da di creazione della variazione, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "La data di ultima modifica della variazione, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "URL della variazione.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Identificativo unico.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "Prezzo attuale della variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "Prezzo di listino della variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "Prezzo in saldo della variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "Data di inizio offerte",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_to": {
                                        "description": "Data di fine del prezzo in offerta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "on_sale": {
                                        "description": "Mostra se la variazione \u00e8 in offerta.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "Mostra se la variazione pu\u00f2 essere acquistata.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "Se la variazione \u00e8 visibile.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "Se la variazione \u00e8 virtuale.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "Se la variazione \u00e8 scaricabile.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "Lista dei file scaricabili.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID del file.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Nome del file.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "URL File.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Stato imposta",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Classe d'imposta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "Gestione dell'inventario per le variazioni.",
                                        "type": [
                                            "boolean",
                                            "string"
                                        ],
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "Quantit\u00e0 in magazzino.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "Controlla se la variazione \u00e8 elencata come 'in magazzino' o 'esaurita' sul frontend.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                                        "type": "string",
                                        "default": "no",
                                        "enum": [
                                            "no",
                                            "notify",
                                            "yes"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders_allowed": {
                                        "description": "Mostra se gli ordini arretrati sono permessi.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "Mostra se la variazione ha ordini arretrati.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "Peso variazione (kg).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "Dimensioni variazione.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "Lunghezza variazione (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "Larghezza variazione (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "Altezza variazione (cm)",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "Slug  della classe di spedizione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "ID della classe di spedizione.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Dati immagine di variazione.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "ID dell'immagine.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "URL immagine.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Nome dell'immagine.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "Testo alternativo dell'immagine.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "Posizione immagine. 0 significa che l'immagine \u00e8 in evidenza.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "attributes": {
                                        "description": "Lista degli attributi.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID attributo.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Nome attributo.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "Nome di termine dell'attributo selezionato.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/products"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Stato prodotto (stato del post).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Prodotto in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Visibilit\u00e0 catalogo.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Descrizione breve del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Identificativo unico.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo prodotto in offerta.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio offerte",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data di fine del prezzo in offerta.",
                            "type": "string",
                            "required": false
                        },
                        "virtual": {
                            "description": "Se il prodotto \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Se il prodotto \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "description": "Tipo di download, controlla lo schema nel front-end.",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "URL esterno del prodotto. Solo per prodotti esterni.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Testo del pulsante del prodotto esterno. Solo per prodotti esterni.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Gestione magazzino sul prodotto.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Controlli per gestire se il prodotto sia considerato \"in magazzino\" o \"Non disponibile\" sul frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Permetti l'acquisto di un elemento per ogni ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Peso prodotto (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni prodotto.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Permetti recensioni.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lista ID dei prodotti correlati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lista degli ID dei prodotti cross-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Nota opzionale da inviare al cliente dopo l'acquisto.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Lista delle categorie.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID della categoria.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug della categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lista dei tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del tag.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Elenco delle immagini.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID dell'immagine.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "URL immagine.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Testo alternativo dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione immagine. 0 significa che l'immagine \u00e8 in evidenza.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Definisce se l'attributo \u00e8 visibile nel tab \"Informazioni aggiuntive\" nella pagina del prodotto.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Definisce se l'attributo pu\u00f2 essere usato come variazione.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lista dei nomi di termine disponibili per l'attributo.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Attributi predefiniti della variazione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "Lista delle variazioni.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID variazione.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "La da di creazione della variazione, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "La data di ultima modifica della variazione, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "URL della variazione.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Identificativo unico.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "Prezzo attuale della variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "Prezzo di listino della variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "Prezzo in saldo della variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "Data di inizio offerte",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_to": {
                                        "description": "Data di fine del prezzo in offerta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "on_sale": {
                                        "description": "Mostra se la variazione \u00e8 in offerta.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "Mostra se la variazione pu\u00f2 essere acquistata.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "Se la variazione \u00e8 visibile.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "Se la variazione \u00e8 virtuale.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "Se la variazione \u00e8 scaricabile.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "Lista dei file scaricabili.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID del file.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Nome del file.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "URL File.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Stato imposta",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Classe d'imposta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "Gestione dell'inventario per le variazioni.",
                                        "type": [
                                            "boolean",
                                            "string"
                                        ],
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "Quantit\u00e0 in magazzino.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "Controlla se la variazione \u00e8 elencata come 'in magazzino' o 'esaurita' sul frontend.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                                        "type": "string",
                                        "default": "no",
                                        "enum": [
                                            "no",
                                            "notify",
                                            "yes"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders_allowed": {
                                        "description": "Mostra se gli ordini arretrati sono permessi.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "Mostra se la variazione ha ordini arretrati.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "Peso variazione (kg).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "Dimensioni variazione.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "Lunghezza variazione (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "Larghezza variazione (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "Altezza variazione (cm)",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "Slug  della classe di spedizione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "ID della classe di spedizione.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Dati immagine di variazione.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "ID dell'immagine.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "URL immagine.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Nome dell'immagine.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "Testo alternativo dell'immagine.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "Posizione immagine. 0 significa che l'immagine \u00e8 in evidenza.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "attributes": {
                                        "description": "Lista degli attributi.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID attributo.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Nome attributo.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "Nome di termine dell'attributo selezionato.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Stato prodotto (stato del post).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Prodotto in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Visibilit\u00e0 catalogo.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Descrizione breve del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Identificativo unico.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo prodotto in offerta.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio offerte",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data di fine del prezzo in offerta.",
                            "type": "string",
                            "required": false
                        },
                        "virtual": {
                            "description": "Se il prodotto \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Se il prodotto \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "description": "Tipo di download, controlla lo schema nel front-end.",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "URL esterno del prodotto. Solo per prodotti esterni.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Testo del pulsante del prodotto esterno. Solo per prodotti esterni.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Gestione magazzino sul prodotto.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Controlli per gestire se il prodotto sia considerato \"in magazzino\" o \"Non disponibile\" sul frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Permetti l'acquisto di un elemento per ogni ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Peso prodotto (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni prodotto.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Permetti recensioni.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lista ID dei prodotti correlati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lista degli ID dei prodotti cross-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Nota opzionale da inviare al cliente dopo l'acquisto.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Lista delle categorie.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID della categoria.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug della categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lista dei tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del tag.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Elenco delle immagini.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID dell'immagine.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "URL immagine.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Testo alternativo dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione immagine. 0 significa che l'immagine \u00e8 in evidenza.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Definisce se l'attributo \u00e8 visibile nel tab \"Informazioni aggiuntive\" nella pagina del prodotto.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Definisce se l'attributo pu\u00f2 essere usato come variazione.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lista dei nomi di termine disponibili per l'attributo.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Attributi predefiniti della variazione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "Lista delle variazioni.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID variazione.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "La da di creazione della variazione, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "La data di ultima modifica della variazione, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "URL della variazione.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Identificativo unico.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "Prezzo attuale della variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "Prezzo di listino della variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "Prezzo in saldo della variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "Data di inizio offerte",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_to": {
                                        "description": "Data di fine del prezzo in offerta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "on_sale": {
                                        "description": "Mostra se la variazione \u00e8 in offerta.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "Mostra se la variazione pu\u00f2 essere acquistata.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "Se la variazione \u00e8 visibile.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "Se la variazione \u00e8 virtuale.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "Se la variazione \u00e8 scaricabile.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "Lista dei file scaricabili.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID del file.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Nome del file.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "URL File.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Stato imposta",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Classe d'imposta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "Gestione dell'inventario per le variazioni.",
                                        "type": [
                                            "boolean",
                                            "string"
                                        ],
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "Quantit\u00e0 in magazzino.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "Controlla se la variazione \u00e8 elencata come 'in magazzino' o 'esaurita' sul frontend.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                                        "type": "string",
                                        "default": "no",
                                        "enum": [
                                            "no",
                                            "notify",
                                            "yes"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders_allowed": {
                                        "description": "Mostra se gli ordini arretrati sono permessi.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "Mostra se la variazione ha ordini arretrati.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "Peso variazione (kg).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "Dimensioni variazione.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "Lunghezza variazione (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "Larghezza variazione (cm).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "Altezza variazione (cm)",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "Slug  della classe di spedizione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "ID della classe di spedizione.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Dati immagine di variazione.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "ID dell'immagine.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "URL immagine.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Nome dell'immagine.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "Testo alternativo dell'immagine.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "Posizione immagine. 0 significa che l'immagine \u00e8 in evidenza.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "attributes": {
                                        "description": "Lista degli attributi.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID attributo.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Nome attributo.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "Nome di termine dell'attributo selezionato.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/products\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports\/sales": {
            "namespace": "wc\/v1",
            "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
                        },
                        "period": {
                            "description": "Periodo del report.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Restituisce le vendite per una specifica data di inizio, la data deve essere in formato YYYY-MM-DD.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Restituisce le vendite per una specifica data di fine, la data deve essere in formato YYYY-MM-DD.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports\/top_sellers": {
            "namespace": "wc\/v1",
            "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
                        },
                        "period": {
                            "description": "Periodo del report.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Restituisce le vendite per una specifica data di inizio, la data deve essere in formato YYYY-MM-DD.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Restituisce le vendite per una specifica data di fine, la data deve essere in formato YYYY-MM-DD.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports": {
            "namespace": "wc\/v1",
            "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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/reports"
                    }
                ]
            }
        },
        "\/wc\/v1\/taxes\/classes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome della classe d'imposta.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/taxes\/classes"
                    }
                ]
            }
        },
        "\/wc\/v1\/taxes\/classes\/(?P<slug>\\w[\\w\\s\\-]*)": {
            "namespace": "wc\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug unico per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/taxes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "Ordina per classe d'imposta.",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "Codice ISO 3166 della nazione.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Codice stato.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "C.A.P.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Nome della citt\u00e0.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Nome aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "Priorit\u00e0 imposta.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "Se questa \u00e8 una imposta composta o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "Se questa imposta viene applicata o meno alla spedizione.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Indica che l'ordine apparir\u00e0 nelle query.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/taxes"
                    }
                ]
            }
        },
        "\/wc\/v1\/taxes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "Codice ISO 3166 della nazione.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Codice stato.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "C.A.P.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Nome della citt\u00e0.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Nome aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Priorit\u00e0 imposta.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Se questa \u00e8 una imposta composta o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Se questa imposta viene applicata o meno alla spedizione.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Indica che l'ordine apparir\u00e0 nelle query.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/taxes\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "Codice ISO 3166 della nazione.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Codice stato.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "C.A.P.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Nome della citt\u00e0.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Nome aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Priorit\u00e0 imposta.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Se questa \u00e8 una imposta composta o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Se questa imposta viene applicata o meno alla spedizione.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Indica che l'ordine apparir\u00e0 nelle query.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/webhooks": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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 alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Limita i risultati ai webhook con uno specifico stato.",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Un nome semplice per il webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "active",
                            "description": "Stato webhook.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "type": "string",
                            "description": "Argomento del webhook.",
                            "required": true
                        },
                        "secret": {
                            "description": "Chiave segreta utilizzata per generare un hash del webhook inviato e fornito negli header della richiesta. Per impostazione predefinita \u00e8 un hash MD5 ricavato dall'ID o dal nome dell'utente corrente se non viene fornito.",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "URL di consegna del webhook.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/webhooks"
                    }
                ]
            }
        },
        "\/wc\/v1\/webhooks\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Un nome semplice per il webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato webhook.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Argomento del webhook.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Chiave segreta utilizzata per generare un hash del webhook inviato e fornito negli header della richiesta. Per impostazione predefinita \u00e8 un hash MD5 ricavato dall'ID o dal nome dell'utente corrente se non viene fornito.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/webhooks\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Un nome semplice per il webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato webhook.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Argomento del webhook.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Chiave segreta utilizzata per generare un hash del webhook inviato e fornito negli header della richiesta. Per impostazione predefinita \u00e8 un hash MD5 ricavato dall'ID o dal nome dell'utente corrente se non viene fornito.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v1\/webhooks\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/webhooks\/(?P<webhook_id>[\\d]+)\/deliveries": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_id": {
                            "description": "Identificatore univoco per il webhook.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/webhooks\/(?P<webhook_id>[\\d]+)\/deliveries\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_id": {
                            "description": "Identificatore univoco per il webhook.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/coupons": {
            "namespace": "wc\/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",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "Limita i risultati alle risorse con un codice specifico.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Codice promozionale.",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "L'importo dello sconto. Dovrebbe essere sempre numerico, anche se \u00e8 impostata una percentuale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Lo stato del codice promozionale. Dovrebbe essere sempre una bozza, pubblicata o in attesa di revisione",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "Determina il tipo di sconto che verr\u00e0 applicato.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "Se vero, il codice promozionale pu\u00f2 essere utilizzato solo singolarmente. Altri eventuali codici promozionali applicati verranno rimossi dal carrello.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale non pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato in totale.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato da ciascun cliente.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Numero massimo di prodotti nel carrello ai quali pu\u00f2 essere applicato il codice promozionale.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "Se vero e se il metodo di spedizione gratuito richiede un codice promozionale, questo codice promozionale consentir\u00e0 la spedizione gratuita.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale non pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "Se vero, questo codice promozionale non verr\u00e0 applicato a elementi che hanno prezzi scontati.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Il valore minimo dell'ordine che deve essere nel carrello prima di applicare il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Il valore massimo dell'ordine permesso utilizzando il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lista degli indirizzi email che possono utilizzare questo codice promozionale.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/coupons"
                    }
                ]
            }
        },
        "\/wc\/v2\/coupons\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "L'importo dello sconto. Dovrebbe essere sempre numerico, anche se \u00e8 impostata una percentuale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Lo stato del codice promozionale. Dovrebbe essere sempre una bozza, pubblicata o in attesa di revisione",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Determina il tipo di sconto che verr\u00e0 applicato.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Se vero, il codice promozionale pu\u00f2 essere utilizzato solo singolarmente. Altri eventuali codici promozionali applicati verranno rimossi dal carrello.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale non pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato in totale.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato da ciascun cliente.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Numero massimo di prodotti nel carrello ai quali pu\u00f2 essere applicato il codice promozionale.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Se vero e se il metodo di spedizione gratuito richiede un codice promozionale, questo codice promozionale consentir\u00e0 la spedizione gratuita.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale non pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Se vero, questo codice promozionale non verr\u00e0 applicato a elementi che hanno prezzi scontati.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Il valore minimo dell'ordine che deve essere nel carrello prima di applicare il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Il valore massimo dell'ordine permesso utilizzando il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lista degli indirizzi email che possono utilizzare questo codice promozionale.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/coupons\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "Codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "L'importo dello sconto. Dovrebbe essere sempre numerico, anche se \u00e8 impostata una percentuale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Lo stato del codice promozionale. Dovrebbe essere sempre una bozza, pubblicata o in attesa di revisione",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Determina il tipo di sconto che verr\u00e0 applicato.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Se vero, il codice promozionale pu\u00f2 essere utilizzato solo singolarmente. Altri eventuali codici promozionali applicati verranno rimossi dal carrello.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale non pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato in totale.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato da ciascun cliente.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Numero massimo di prodotti nel carrello ai quali pu\u00f2 essere applicato il codice promozionale.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Se vero e se il metodo di spedizione gratuito richiede un codice promozionale, questo codice promozionale consentir\u00e0 la spedizione gratuita.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale non pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Se vero, questo codice promozionale non verr\u00e0 applicato a elementi che hanno prezzi scontati.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Il valore minimo dell'ordine che deve essere nel carrello prima di applicare il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Il valore massimo dell'ordine permesso utilizzando il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lista degli indirizzi email che possono utilizzare questo codice promozionale.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/coupons\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/customers\/(?P<customer_id>[\\d]+)\/downloads": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "customer_id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/customers": {
            "namespace": "wc\/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",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitare il set di risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Limita i risultati alle risorse con uno specifico indirizzo email.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "Limita i risultati alle risorse con uno specifico ruolo.",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "wpseo_manager",
                                "wpseo_editor",
                                "customer",
                                "shop_manager",
                                "payer"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "Nuovo indirizzo email dell'utente.",
                            "required": true
                        },
                        "first_name": {
                            "description": "Nome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Cognome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Nuovo username utente.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Nuova password utente.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lista dei dati dell'indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lista dei dati dell'indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/customers"
                    }
                ]
            }
        },
        "\/wc\/v2\/customers\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "L'indirizzo email per il cliente.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "Nome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Cognome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Nome d'accesso del cliente.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Password cliente.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lista dei dati dell'indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lista dei dati dell'indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "ID da re-assegnare agli articoli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/customers\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "email": {
                            "description": "L'indirizzo email per il cliente.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "Nome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Cognome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Nome d'accesso del cliente.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Password cliente.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lista dei dati dell'indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lista dei dati dell'indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/customers\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/orders\/(?P<order_id>[\\d]+)\/notes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "default": "any",
                            "description": "Restringi il risultato ai clienti o alle note interne.",
                            "type": "string",
                            "enum": [
                                "any",
                                "customer",
                                "internal"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "Contenuto della nota dell'ordine.",
                            "required": true
                        },
                        "customer_note": {
                            "default": false,
                            "description": "Se vero, la nota verr\u00e0 mostrata ai clienti e saranno notificati. Se falso, la nota sar\u00e0 di riferimento solo per l'amministratore.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders\/(?P<order_id>[\\d]+)\/notes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders\/(?P<order_id>[\\d]+)\/refunds": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "Numero di punti decimali da usare in ogni risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Mostra solo i metadati che devono essere visualizzati per un ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Limita meta_data a chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Verifica che meta_data escluda chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "Valore del rimborso.",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "Motivo del rimborso.",
                            "type": "string",
                            "required": false
                        },
                        "refunded_by": {
                            "description": "ID utente dell'utente che ha creato il rimborso.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Dati di spedizione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Nome del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "ID istanza di spedizione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Dati delle tasse.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome tassa.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Categoria fiscale di pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Regime fiscale del pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "api_refund": {
                            "default": true,
                            "description": "Se vero, l'API del gateway di pagamento viene utilizzata per generare il rimborso.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders\/(?P<order_id>[\\d]+)\/refunds\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders": {
            "namespace": "wc\/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",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Limita i risultati agli ordini assegnati ad uno stato specifico.",
                            "type": "string",
                            "enum": [
                                "any",
                                "trash",
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "customer": {
                            "description": "Limita i risultati agli ordini assegnati ad un cliente specifico.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati agli ordini contenenti uno specifico prodotto.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "Numero di punti decimali da usare in ogni risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Mostra solo i metadati che devono essere visualizzati per un ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Limita meta_data a chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Verifica che meta_data escluda chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "ID ordine padre.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "Stato dell'ordine.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "EUR",
                            "description": "La valuta usata per creare l'ordine, in formato ISO.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "ID dell'utente a cui appartiene l'ordine. 0 per gli ospiti.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota lasciata dal cliente durante il riepilogo dell'ordine.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "ID metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Titolo metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "ID unico della transazione.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Dati dei prodotti per riga.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Nome del prodotto principale se il prodotto \u00e8 una variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "ID Prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "ID variazione, se applicabile.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Quantit\u00e0 ordinata.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Classe d'imposta del prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Subtotale (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Subtotale imposte (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Chiave metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Valore metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Codice Prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN o ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Prezzo del prodotto.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Propriet\u00e0 dell'immagine del prodotto principale.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "ID dell'immagine.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "URL immagine.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Dati di spedizione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Nome del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "ID istanza di spedizione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Dati delle tasse.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome tassa.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Categoria fiscale di pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Regime fiscale del pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Dati dei codici promozionale.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Codice promozionale.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totale sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Totale imposte sullo sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Tipo di sconto.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Importo dello sconto definito nel codice promozionale (valore assoluto o percentuale, a seconda del tipo di sconto).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Se il codice promozionale garantisce o meno la spedizione gratuita.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Definisci se l'ordine \u00e8 stato pagato. Sar\u00e0 impostato lo stato \"in lavorazione\" e ridotti gli articoli nel magazzino.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/orders"
                    }
                ]
            }
        },
        "\/wc\/v2\/orders\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID ordine padre.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Stato dell'ordine.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "La valuta usata per creare l'ordine, in formato ISO.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "ID dell'utente a cui appartiene l'ordine. 0 per gli ospiti.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota lasciata dal cliente durante il riepilogo dell'ordine.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "ID metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Titolo metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "ID unico della transazione.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Dati dei prodotti per riga.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Nome del prodotto principale se il prodotto \u00e8 una variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "ID Prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "ID variazione, se applicabile.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Quantit\u00e0 ordinata.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Classe d'imposta del prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Subtotale (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Subtotale imposte (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Chiave metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Valore metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Codice Prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN o ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Prezzo del prodotto.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Propriet\u00e0 dell'immagine del prodotto principale.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "ID dell'immagine.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "URL immagine.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Dati di spedizione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Nome del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "ID istanza di spedizione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Dati delle tasse.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome tassa.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Categoria fiscale di pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Regime fiscale del pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Dati dei codici promozionale.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Codice promozionale.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totale sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Totale imposte sullo sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Tipo di sconto.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Importo dello sconto definito nel codice promozionale (valore assoluto o percentuale, a seconda del tipo di sconto).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Se il codice promozionale garantisce o meno la spedizione gratuita.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Definisci se l'ordine \u00e8 stato pagato. Sar\u00e0 impostato lo stato \"in lavorazione\" e ridotti gli articoli nel magazzino.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "ID ordine padre.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Stato dell'ordine.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "La valuta usata per creare l'ordine, in formato ISO.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "ID dell'utente a cui appartiene l'ordine. 0 per gli ospiti.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota lasciata dal cliente durante il riepilogo dell'ordine.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "ID metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Titolo metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "ID unico della transazione.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Dati dei prodotti per riga.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Nome del prodotto principale se il prodotto \u00e8 una variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "ID Prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "ID variazione, se applicabile.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Quantit\u00e0 ordinata.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Classe d'imposta del prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Subtotale (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Subtotale imposte (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Chiave metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Valore metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Codice Prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN o ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Prezzo del prodotto.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Propriet\u00e0 dell'immagine del prodotto principale.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "ID dell'immagine.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "URL immagine.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Dati di spedizione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Nome del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "ID istanza di spedizione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Dati delle tasse.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome tassa.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Categoria fiscale di pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Regime fiscale del pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Dati dei codici promozionale.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Codice promozionale.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totale sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Totale imposte sullo sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Tipo di sconto.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Importo dello sconto definito nel codice promozionale (valore assoluto o percentuale, a seconda del tipo di sconto).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Se il codice promozionale garantisce o meno la spedizione gratuita.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Definisci se l'ordine \u00e8 stato pagato. Sar\u00e0 impostato lo stato \"in lavorazione\" e ridotti gli articoli nel magazzino.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/orders\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo della risorsa.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indica se nascondere o meno risorse non assegnate a nessun prodotto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico elemento principale. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico prodotto.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati alle risorse con uno slug specifico.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Nome per la risorsa.",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/attributes": {
            "namespace": "wc\/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",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome per la risorsa.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "Tipo di attributo.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "Ordinamento predefinito.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "Abilita\/Disabilita gli archivi degli attributi.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome attributo.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di attributo.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Ordinamento predefinito.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Abilita\/Disabilita gli archivi degli attributi.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/attributes\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome attributo.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di attributo.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Ordinamento predefinito.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Abilita\/Disabilita gli archivi degli attributi.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/categories": {
            "namespace": "wc\/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",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo della risorsa.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indica se nascondere o meno risorse non assegnate a nessun prodotto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico elemento principale. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico prodotto.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati alle risorse con uno slug specifico.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Nome per la risorsa.",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/products\/categories"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome categoria.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/categories\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome categoria.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/products\/categories\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/reviews": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "identificatore univoco per la variazione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "identificatore univoco per la variazione.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "type": "string",
                            "description": "Contenuto della recensione.",
                            "required": true
                        },
                        "date_created": {
                            "description": "La data in cui \u00e8 stata creata la recensione, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "La data in cui la recensione \u00e8 stata creata, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Valutazione della recensione (da 0 a 5).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Nome del recensore.",
                            "required": true
                        },
                        "email": {
                            "type": "string",
                            "description": "Email del recensore.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/reviews\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "Contenuto della recensione.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "La data in cui \u00e8 stata creata la recensione, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "La data in cui la recensione \u00e8 stata creata, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Valutazione della recensione (da 0 a 5).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome recensore.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Indirizzo email recensore.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/reviews\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "Contenuto della recensione.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "La data in cui \u00e8 stata creata la recensione, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "La data in cui la recensione \u00e8 stata creata, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "Valutazione della recensione (da 0 a 5).",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome recensore.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Indirizzo email recensore.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/shipping_classes": {
            "namespace": "wc\/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",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo della risorsa.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indica se nascondere o meno risorse non assegnate a nessun prodotto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico elemento principale. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico prodotto.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati alle risorse con uno slug specifico.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Nome per la risorsa.",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/products\/shipping_classes"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/shipping_classes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/products\/shipping_classes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/tags": {
            "namespace": "wc\/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",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo della risorsa.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indica se nascondere o meno risorse non assegnate a nessun prodotto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico elemento principale. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico prodotto.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati alle risorse con uno slug specifico.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Nome per la risorsa.",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome tag.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/tags\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome tag.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products": {
            "namespace": "wc\/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",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "post__in",
                                "price",
                                "sales",
                                "menu_order",
                                "random",
                                "popularity",
                                "rating",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "Limita il risultato impostato ai prodotti assegnati a uno specifico ID del marchio.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati ai prodotti con uno slug specifico.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Limita i risultati ai prodotti con uno specifico stato.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Limita i risultati ai prodotti di un tipo specifico.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Limita i risultati ai prodotti con COD specifici. Utilizza le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Restringi il risultato ai prodotti in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Limita i risultati ai prodotti assegnati ad una specifica categoria.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Limita i risultati ai prodotti assegnati ad uno specifico tag.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Limita i risultati ai prodotti assegnati ad una specifica classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Limita i risultati ai prodotti con uno specifico attributo. Usa il nome della tassonomia o lo slug dell'attributo.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Limita i risultati ai prodotti con uno specifico termine di attributo (obbligatoriamente un attributo assegnato).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limita l'insieme dei risultati ai prodotti con una specifica classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        },
                        "in_stock": {
                            "description": "Restringi il risultato ai prodotti disponibili in maggazzino e quelli non disponibili in magazzino.",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Restringi il risultato ai prodotti in offerta.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Restringi il risultato in base ad un prezzo minimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Restringi il risultato in base ad un prezzo massimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Limita meta_data a chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Verifica che meta_data escluda chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Stato prodotto (stato del post).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Prodotto in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Visibilit\u00e0 catalogo.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Descrizione breve del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Identificativo unico.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo prodotto in offerta.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data di fine dell'offerta (GMT).",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Se il prodotto \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Se il prodotto \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL esterno del prodotto. Solo per prodotti esterni.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Testo del pulsante del prodotto esterno. Solo per prodotti esterni.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Gestione magazzino sul prodotto.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "Controlli per gestire se il prodotto sia considerato \"in magazzino\" o \"Non disponibile\" sul frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Permetti l'acquisto di un elemento per ogni ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Peso prodotto (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni prodotto.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "Permetti recensioni.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lista degli ID dei prodotti up-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lista degli ID dei prodotti cross-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Nota opzionale da inviare al cliente dopo l'acquisto.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Lista delle categorie.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID della categoria.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug della categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lista dei tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del tag.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Elenco delle immagini.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID dell'immagine.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "URL immagine.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Testo alternativo dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione immagine. 0 significa che l'immagine \u00e8 in evidenza.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Definisce se l'attributo \u00e8 visibile nel tab \"Informazioni aggiuntive\" nella pagina del prodotto.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Definisce se l'attributo pu\u00f2 essere usato come variazione.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lista dei nomi di termine disponibili per l'attributo.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Attributi predefiniti della variazione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "Lista degli ID dei prodotti raggruppati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/products"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Stato prodotto (stato del post).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Prodotto in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Visibilit\u00e0 catalogo.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Descrizione breve del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Identificativo unico.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo prodotto in offerta.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data di fine dell'offerta (GMT).",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Se il prodotto \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Se il prodotto \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL esterno del prodotto. Solo per prodotti esterni.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Testo del pulsante del prodotto esterno. Solo per prodotti esterni.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Gestione magazzino sul prodotto.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Controlli per gestire se il prodotto sia considerato \"in magazzino\" o \"Non disponibile\" sul frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Permetti l'acquisto di un elemento per ogni ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Peso prodotto (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni prodotto.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Permetti recensioni.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lista degli ID dei prodotti up-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lista degli ID dei prodotti cross-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Nota opzionale da inviare al cliente dopo l'acquisto.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Lista delle categorie.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID della categoria.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug della categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lista dei tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del tag.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Elenco delle immagini.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID dell'immagine.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "URL immagine.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Testo alternativo dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione immagine. 0 significa che l'immagine \u00e8 in evidenza.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Definisce se l'attributo \u00e8 visibile nel tab \"Informazioni aggiuntive\" nella pagina del prodotto.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Definisce se l'attributo pu\u00f2 essere usato come variazione.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lista dei nomi di termine disponibili per l'attributo.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Attributi predefiniti della variazione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "Lista degli ID dei prodotti raggruppati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Stato prodotto (stato del post).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Prodotto in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Visibilit\u00e0 catalogo.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Descrizione breve del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Identificativo unico.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo prodotto in offerta.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data di fine dell'offerta (GMT).",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Se il prodotto \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Se il prodotto \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL esterno del prodotto. Solo per prodotti esterni.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Testo del pulsante del prodotto esterno. Solo per prodotti esterni.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Gestione magazzino sul prodotto.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Controlli per gestire se il prodotto sia considerato \"in magazzino\" o \"Non disponibile\" sul frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Permetti l'acquisto di un elemento per ogni ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Peso prodotto (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni prodotto.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Permetti recensioni.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lista degli ID dei prodotti up-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lista degli ID dei prodotti cross-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Nota opzionale da inviare al cliente dopo l'acquisto.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Lista delle categorie.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID della categoria.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug della categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lista dei tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del tag.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Elenco delle immagini.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID dell'immagine.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "URL immagine.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Testo alternativo dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione immagine. 0 significa che l'immagine \u00e8 in evidenza.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Definisce se l'attributo \u00e8 visibile nel tab \"Informazioni aggiuntive\" nella pagina del prodotto.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Definisce se l'attributo pu\u00f2 essere usato come variazione.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lista dei nomi di termine disponibili per l'attributo.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Attributi predefiniti della variazione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "Lista degli ID dei prodotti raggruppati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/products\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/(?P<id>[\\d]+)\/related": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/variations": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati ai prodotti con uno slug specifico.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Limita i risultati ai prodotti con uno specifico stato.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Limita i risultati ai prodotti di un tipo specifico.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Limita i risultati ai prodotti con COD specifici. Utilizza le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Restringi il risultato ai prodotti in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Limita i risultati ai prodotti assegnati ad una specifica categoria.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Limita i risultati ai prodotti assegnati ad uno specifico tag.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Limita i risultati ai prodotti assegnati ad una specifica classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Limita i risultati ai prodotti con uno specifico attributo. Usa il nome della tassonomia o lo slug dell'attributo.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Limita i risultati ai prodotti con uno specifico termine di attributo (obbligatoriamente un attributo assegnato).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limita l'insieme dei risultati ai prodotti con una specifica classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        },
                        "in_stock": {
                            "description": "Restringi il risultato ai prodotti disponibili in maggazzino e quelli non disponibili in magazzino.",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Restringi il risultato ai prodotti in offerta.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Restringi il risultato in base ad un prezzo minimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Restringi il risultato in base ad un prezzo massimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Limita meta_data a chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Verifica che meta_data escluda chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione variazione",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Identificativo unico.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo in saldo della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data di fine dell'offerta (GMT).",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "default": true,
                            "description": "Definisci se la variazione \u00e8 visibile sulla pagina del prodotto.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Se la variazione \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Se la variazione \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Gestione dell'inventario per le variazioni.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "Controlla se la variazione \u00e8 elencata come 'in magazzino' o 'esaurita' sul frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Peso variazione (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni variazione.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza variazione (cm)",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine di variazione.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "Posizione immagine. 0 significa che l'immagine \u00e8 in evidenza.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/variations\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "identificatore univoco per la variazione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "identificatore univoco per la variazione.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione variazione",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Identificativo unico.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo in saldo della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data di fine dell'offerta (GMT).",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "description": "Definisci se la variazione \u00e8 visibile sulla pagina del prodotto.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "Se la variazione \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Se la variazione \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Gestione dell'inventario per le variazioni.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Controlla se la variazione \u00e8 elencata come 'in magazzino' o 'esaurita' sul frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Peso variazione (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni variazione.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza variazione (cm)",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine di variazione.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "Posizione immagine. 0 significa che l'immagine \u00e8 in evidenza.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "identificatore univoco per la variazione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/(?P<product_id>[\\d]+)\/variations\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione variazione",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Identificativo unico.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo in saldo della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data di fine dell'offerta (GMT).",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "description": "Definisci se la variazione \u00e8 visibile sulla pagina del prodotto.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "Se la variazione \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Se la variazione \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Gestione dell'inventario per le variazioni.",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Controlla se la variazione \u00e8 elencata come 'in magazzino' o 'esaurita' sul frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Peso variazione (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni variazione.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza variazione (cm)",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine di variazione.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "Posizione immagine. 0 significa che l'immagine \u00e8 in evidenza.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/reports\/sales": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "Periodo del report.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Restituisce le vendite per una specifica data di inizio, la data deve essere in formato YYYY-MM-DD.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Restituisce le vendite per una specifica data di fine, la data deve essere in formato YYYY-MM-DD.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v2\/reports\/top_sellers": {
            "namespace": "wc\/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
                        },
                        "period": {
                            "description": "Periodo del report.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Restituisce le vendite per una specifica data di inizio, la data deve essere in formato YYYY-MM-DD.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Restituisce le vendite per una specifica data di fine, la data deve essere in formato YYYY-MM-DD.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v2\/reports": {
            "namespace": "wc\/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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/reports"
                    }
                ]
            }
        },
        "\/wc\/v2\/settings": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/settings"
                    }
                ]
            }
        },
        "\/wc\/v2\/settings\/(?P<group_id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "ID gruppo di impostazioni.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/settings\/(?P<group_id>[\\w-]+)\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "ID gruppo di impostazioni.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Imposta il valore",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/settings\/(?P<group_id>[\\w-]+)\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "ID gruppo di impostazioni.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "ID gruppo di impostazioni.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Imposta il valore",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping\/zones": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Nome zona di spedizione.",
                            "required": true
                        },
                        "order": {
                            "description": "Ordinamento zone di spedizione.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/shipping\/zones"
                    }
                ]
            }
        },
        "\/wc\/v2\/shipping\/zones\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome zona di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Ordinamento zone di spedizione.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping\/zones\/(?P<id>[\\d]+)\/locations": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Codice della zona di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipologia della zona di spedizione.",
                            "type": "string",
                            "enum": [
                                "postcode",
                                "state",
                                "country",
                                "continent"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping\/zones\/(?P<zone_id>[\\d]+)\/methods": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "ID univoco per la zona.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "ID univoco per la zona.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordine metodo di spedizione.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Status di abilitazione del metodo di spedizione.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "impostazioni del metodo di spedizione.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Un identificatore univoco per l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Un'etichetta leggibile per l'impostazione utilizzata nelle interfacce.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Una descrizione human readable per le impostazioni utilizzate nelle interfacce.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Tipo di impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Imposta il valore",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Valore predefinito per l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Testo di aiuto aggiuntivo mostrato all'utente riguardo l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Il testo segnaposto da visualizzare in campi testuali.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "method_id": {
                            "description": "ID del metodo di spedizione.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping\/zones\/(?P<zone_id>[\\d]+)\/methods\/(?P<instance_id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "ID univoco per la zona.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "ID univoco per l'istanza.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "ID univoco per la zona.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "ID univoco per l'istanza.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordine metodo di spedizione.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Status di abilitazione del metodo di spedizione.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "impostazioni del metodo di spedizione.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Un identificatore univoco per l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Un'etichetta leggibile per l'impostazione utilizzata nelle interfacce.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Una descrizione human readable per le impostazioni utilizzate nelle interfacce.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Tipo di impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Imposta il valore",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Valore predefinito per l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Testo di aiuto aggiuntivo mostrato all'utente riguardo l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Il testo segnaposto da visualizzare in campi testuali.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "ID univoco per la zona.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "ID univoco per l'istanza.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes\/classes": {
            "namespace": "wc\/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",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome della classe d'imposta.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/taxes\/classes"
                    }
                ]
            }
        },
        "\/wc\/v2\/taxes\/classes\/(?P<slug>\\w[\\w\\s\\-]*)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug unico per la risorsa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug unico per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes": {
            "namespace": "wc\/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",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "Ordina per classe d'imposta.",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "Codice ISO 3166 della nazione.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Codice stato.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "C.A.P.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Nome della citt\u00e0.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Nome aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "Priorit\u00e0 imposta.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "Se questa \u00e8 una imposta composta o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "Se questa imposta viene applicata o meno alla spedizione.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Indica che l'ordine apparir\u00e0 nelle query.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/taxes"
                    }
                ]
            }
        },
        "\/wc\/v2\/taxes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "Codice ISO 3166 della nazione.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Codice stato.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "C.A.P.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Nome della citt\u00e0.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Nome aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Priorit\u00e0 imposta.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Se questa \u00e8 una imposta composta o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Se questa imposta viene applicata o meno alla spedizione.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Indica che l'ordine apparir\u00e0 nelle query.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "Codice ISO 3166 della nazione.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Codice stato.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "C.A.P.",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Nome della citt\u00e0.",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Nome aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Priorit\u00e0 imposta.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Se questa \u00e8 una imposta composta o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Se questa imposta viene applicata o meno alla spedizione.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Indica che l'ordine apparir\u00e0 nelle query.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/webhooks": {
            "namespace": "wc\/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",
                                "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 alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Limita i risultati ai webhook con uno specifico stato.",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Un nome semplice per il webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "active",
                            "description": "Stato webhook.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "type": "string",
                            "description": "Argomento del webhook.",
                            "required": true
                        },
                        "secret": {
                            "description": "Chiave segreta utilizzata per generare un hash del webhook inviato e fornito negli header della richiesta. Per impostazione predefinita \u00e8 un hash MD5 ricavato dall'ID o dal nome dell'utente corrente se non viene fornito.",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "URL di consegna del webhook.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/webhooks"
                    }
                ]
            }
        },
        "\/wc\/v2\/webhooks\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Un nome semplice per il webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato webhook.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Argomento del webhook.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Chiave segreta utilizzata per generare un hash del webhook inviato e fornito negli header della richiesta. Per impostazione predefinita \u00e8 un hash MD5 ricavato dall'ID o dal nome dell'utente corrente se non viene fornito.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/webhooks\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Un nome semplice per il webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato webhook.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Argomento del webhook.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Chiave segreta utilizzata per generare un hash del webhook inviato e fornito negli header della richiesta. Per impostazione predefinita \u00e8 un hash MD5 ricavato dall'ID o dal nome dell'utente corrente se non viene fornito.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/webhooks\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/webhooks\/(?P<webhook_id>[\\d]+)\/deliveries": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_id": {
                            "description": "Identificatore univoco per il webhook.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/webhooks\/(?P<webhook_id>[\\d]+)\/deliveries\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_id": {
                            "description": "Identificatore univoco per il webhook.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/system_status": {
            "namespace": "wc\/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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/system_status"
                    }
                ]
            }
        },
        "\/wc\/v2\/system_status\/tools": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/system_status\/tools"
                    }
                ]
            }
        },
        "\/wc\/v2\/system_status\/tools\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore unico per lo strumento.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Nome dello strumento.",
                            "type": "string",
                            "required": false
                        },
                        "action": {
                            "description": "Cosa  far\u00e0 l'esecuzione dello strumento.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione dello strumento.",
                            "type": "string",
                            "required": false
                        },
                        "success": {
                            "description": "Lo strumento \u00e8 stato eseguito correttamente?",
                            "type": "boolean",
                            "required": false
                        },
                        "message": {
                            "description": "Messaggio restituito dallo strumento.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping_methods": {
            "namespace": "wc\/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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/shipping_methods"
                    }
                ]
            }
        },
        "\/wc\/v2\/shipping_methods\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/payment_gateways": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v2\/payment_gateways"
                    }
                ]
            }
        },
        "\/wc\/v2\/payment_gateways\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titolo del metodo di pagamento nel riepilogo dell'ordine.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del metodo di pagamento nel riepilogo dell'ordine.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Ordine metodo di pagamento.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Stato di abilitazione del metodo di pagamento.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "Impostazioni metodo di pagamento",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Un identificatore univoco per l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Un'etichetta leggibile per l'impostazione utilizzata nelle interfacce.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Una descrizione human readable per le impostazioni utilizzate nelle interfacce.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Tipo di impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Imposta il valore",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Valore predefinito per l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Testo di aiuto aggiuntivo mostrato all'utente riguardo l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Il testo segnaposto da visualizzare in campi testuali.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/coupons": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "Limita i risultati alle risorse con un codice specifico.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Codice promozionale.",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "L'importo dello sconto. Dovrebbe essere sempre numerico, anche se \u00e8 impostata una percentuale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Lo stato del codice promozionale. Dovrebbe essere sempre una bozza, pubblicata o in attesa di revisione",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "Determina il tipo di sconto che verr\u00e0 applicato.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "Se vero, il codice promozionale pu\u00f2 essere utilizzato solo singolarmente. Altri eventuali codici promozionali applicati verranno rimossi dal carrello.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale non pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato in totale.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato da ciascun cliente.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Numero massimo di prodotti nel carrello ai quali pu\u00f2 essere applicato il codice promozionale.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "Se vero e se il metodo di spedizione gratuito richiede un codice promozionale, questo codice promozionale consentir\u00e0 la spedizione gratuita.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale non pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "Se vero, questo codice promozionale non verr\u00e0 applicato a elementi che hanno prezzi scontati.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Il valore minimo dell'ordine che deve essere nel carrello prima di applicare il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Il valore massimo dell'ordine permesso utilizzando il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lista degli indirizzi email che possono utilizzare questo codice promozionale.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/coupons"
                    }
                ]
            }
        },
        "\/wc\/v3\/coupons\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "L'importo dello sconto. Dovrebbe essere sempre numerico, anche se \u00e8 impostata una percentuale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Lo stato del codice promozionale. Dovrebbe essere sempre una bozza, pubblicata o in attesa di revisione",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Determina il tipo di sconto che verr\u00e0 applicato.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Se vero, il codice promozionale pu\u00f2 essere utilizzato solo singolarmente. Altri eventuali codici promozionali applicati verranno rimossi dal carrello.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale non pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato in totale.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato da ciascun cliente.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Numero massimo di prodotti nel carrello ai quali pu\u00f2 essere applicato il codice promozionale.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Se vero e se il metodo di spedizione gratuito richiede un codice promozionale, questo codice promozionale consentir\u00e0 la spedizione gratuita.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale non pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Se vero, questo codice promozionale non verr\u00e0 applicato a elementi che hanno prezzi scontati.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Il valore minimo dell'ordine che deve essere nel carrello prima di applicare il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Il valore massimo dell'ordine permesso utilizzando il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lista degli indirizzi email che possono utilizzare questo codice promozionale.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/coupons\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "Codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "L'importo dello sconto. Dovrebbe essere sempre numerico, anche se \u00e8 impostata una percentuale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Lo stato del codice promozionale. Dovrebbe essere sempre una bozza, pubblicata o in attesa di revisione",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Determina il tipo di sconto che verr\u00e0 applicato.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione codice promozionale.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "La data di scadenza del codice promozionale, secondo il fuso orario GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "Se vero, il codice promozionale pu\u00f2 essere utilizzato solo singolarmente. Altri eventuali codici promozionali applicati verranno rimossi dal carrello.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "Lista degli ID dei prodotti per i quali il codice promozionale non pu\u00f2 essere utilizzato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato in totale.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "Quante volte il codice promozionale pu\u00f2 essere utilizzato da ciascun cliente.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Numero massimo di prodotti nel carrello ai quali pu\u00f2 essere applicato il codice promozionale.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "Se vero e se il metodo di spedizione gratuito richiede un codice promozionale, questo codice promozionale consentir\u00e0 la spedizione gratuita.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "Lista degli ID delle categorie per le quali il codice promozionale non pu\u00f2 essere applicato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "Se vero, questo codice promozionale non verr\u00e0 applicato a elementi che hanno prezzi scontati.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Il valore minimo dell'ordine che deve essere nel carrello prima di applicare il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Il valore massimo dell'ordine permesso utilizzando il codice promozionale.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "Lista degli indirizzi email che possono utilizzare questo codice promozionale.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/coupons\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/customers\/(?P<customer_id>[\\d]+)\/downloads": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "customer_id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/customers": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitare il set di risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Limita i risultati alle risorse con uno specifico indirizzo email.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "Limita i risultati alle risorse con uno specifico ruolo.",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "wpseo_manager",
                                "wpseo_editor",
                                "customer",
                                "shop_manager",
                                "payer"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "Nuovo indirizzo email dell'utente.",
                            "required": true
                        },
                        "first_name": {
                            "description": "Nome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Cognome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Nuovo username utente.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Nuova password utente.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lista dei dati dell'indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lista dei dati dell'indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/customers"
                    }
                ]
            }
        },
        "\/wc\/v3\/customers\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "L'indirizzo email per il cliente.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "Nome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Cognome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Nome d'accesso del cliente.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Password cliente.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lista dei dati dell'indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lista dei dati dell'indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "ID da re-assegnare agli articoli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/customers\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "email": {
                            "description": "L'indirizzo email per il cliente.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "Nome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Cognome cliente.",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "Nome d'accesso del cliente.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Password cliente.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Lista dei dati dell'indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Lista dei dati dell'indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Codice ISO della nazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/customers\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/layout-templates": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "area": {
                            "description": "Area da cui ottenere i template.",
                            "type": "string",
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/layout-templates"
                    }
                ]
            }
        },
        "\/wc\/v3\/layout-templates\/(?P<id>\\w[\\w\\s\\-]*)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<order_id>[\\d]+)\/notes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "default": "any",
                            "description": "Restringi il risultato ai clienti o alle note interne.",
                            "type": "string",
                            "enum": [
                                "any",
                                "customer",
                                "internal"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "Contenuto della nota dell'ordine.",
                            "required": true
                        },
                        "customer_note": {
                            "default": false,
                            "description": "Se vero, la nota verr\u00e0 mostrata ai clienti e saranno notificati. Se falso, la nota sar\u00e0 di riferimento solo per l'amministratore.",
                            "type": "boolean",
                            "required": false
                        },
                        "added_by_user": {
                            "default": false,
                            "description": "Se il valore \u00e8 \"true\", questa nota sar\u00e0 attribuita all'utente corrente. Se il valore \u00e8 \"false\", la nota sar\u00e0 attribuita al sistema.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<order_id>[\\d]+)\/notes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<order_id>[\\d]+)\/refunds": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "Numero di punti decimali da usare in ogni risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Mostra solo i metadati che devono essere visualizzati per un ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Limita meta_data a chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Verifica che meta_data escluda chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "Valore del rimborso.",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "Motivo del rimborso.",
                            "type": "string",
                            "required": false
                        },
                        "refunded_by": {
                            "description": "ID utente dell'utente che ha creato il rimborso.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Dati di spedizione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Nome del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "ID istanza di spedizione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Dati delle tasse.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome tassa.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Categoria fiscale di pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Regime fiscale del pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "api_refund": {
                            "default": true,
                            "description": "Se vero, l'API del gateway di pagamento viene utilizzata per generare il rimborso.",
                            "type": "boolean",
                            "required": false
                        },
                        "api_restock": {
                            "default": true,
                            "description": "Quando \u00e8 vero, gli articoli rimborsati vengono riforniti.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<order_id>[\\d]+)\/refunds\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "L'ID dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Limite del risultato impostato sugli ordini con stati specifici.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "trash",
                                    "auto-draft",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ]
                            },
                            "required": false
                        },
                        "customer": {
                            "description": "Limita i risultati agli ordini assegnati ad un cliente specifico.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati agli ordini contenenti uno specifico prodotto.",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "Numero di punti decimali da usare in ogni risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Mostra solo i metadati che devono essere visualizzati per un ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Limita meta_data a chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Verifica che meta_data escluda chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "created_via": {
                            "description": "Limita l'insieme dei risultati agli ordini creati tramite fonti specifiche (ad esempio, pagamento, amministrazione).",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "ID ordine padre.",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "Mostra dove l'ordine \u00e8 stato creato.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "Stato dell'ordine.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "EUR",
                            "description": "La valuta usata per creare l'ordine, in formato ISO.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "ID dell'utente a cui appartiene l'ordine. 0 per gli ospiti.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota lasciata dal cliente durante il riepilogo dell'ordine.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "ID metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Titolo metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "ID unico della transazione.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Dati dei prodotti per riga.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Nome del prodotto principale se il prodotto \u00e8 una variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "ID Prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "ID variazione, se applicabile.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Quantit\u00e0 ordinata.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Classe d'imposta del prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Subtotale (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Subtotale imposte (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Chiave metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Valore metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Codice Prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN o ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Prezzo del prodotto.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Propriet\u00e0 dell'immagine del prodotto principale.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "ID dell'immagine.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "URL immagine.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Dati di spedizione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Nome del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "ID istanza di spedizione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Dati delle tasse.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome tassa.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Categoria fiscale di pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Regime fiscale del pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Dati dei codici promozionale.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Codice promozionale.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totale sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Totale imposte sullo sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Tipo di sconto.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Importo dello sconto definito nel codice promozionale (valore assoluto o percentuale, a seconda del tipo di sconto).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Se il codice promozionale garantisce o meno la spedizione gratuita.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Definisci se l'ordine \u00e8 stato pagato. Sar\u00e0 impostato lo stato \"in lavorazione\" e ridotti gli articoli nel magazzino.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "default": false,
                            "description": "Imposta l'azione come manuale in modo che la nota di ordine registri come \"aggiunto dall'utente\".",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/orders"
                    }
                ]
            }
        },
        "\/wc\/v3\/orders\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID ordine padre.",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "Mostra dove l'ordine \u00e8 stato creato.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato dell'ordine.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "La valuta usata per creare l'ordine, in formato ISO.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "ID dell'utente a cui appartiene l'ordine. 0 per gli ospiti.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota lasciata dal cliente durante il riepilogo dell'ordine.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "ID metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Titolo metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "ID unico della transazione.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Dati dei prodotti per riga.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Nome del prodotto principale se il prodotto \u00e8 una variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "ID Prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "ID variazione, se applicabile.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Quantit\u00e0 ordinata.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Classe d'imposta del prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Subtotale (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Subtotale imposte (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Chiave metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Valore metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Codice Prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN o ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Prezzo del prodotto.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Propriet\u00e0 dell'immagine del prodotto principale.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "ID dell'immagine.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "URL immagine.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Dati di spedizione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Nome del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "ID istanza di spedizione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Dati delle tasse.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome tassa.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Categoria fiscale di pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Regime fiscale del pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Dati dei codici promozionale.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Codice promozionale.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totale sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Totale imposte sullo sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Tipo di sconto.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Importo dello sconto definito nel codice promozionale (valore assoluto o percentuale, a seconda del tipo di sconto).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Se il codice promozionale garantisce o meno la spedizione gratuita.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Definisci se l'ordine \u00e8 stato pagato. Sar\u00e0 impostato lo stato \"in lavorazione\" e ridotti gli articoli nel magazzino.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "Imposta l'azione come manuale in modo che la nota di ordine registri come \"aggiunto dall'utente\".",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "ID ordine padre.",
                            "type": "integer",
                            "required": false
                        },
                        "created_via": {
                            "description": "Mostra dove l'ordine \u00e8 stato creato.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato dell'ordine.",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "La valuta usata per creare l'ordine, in formato ISO.",
                            "type": "string",
                            "enum": [
                                "AED",
                                "AFN",
                                "ALL",
                                "AMD",
                                "ANG",
                                "AOA",
                                "ARS",
                                "AUD",
                                "AWG",
                                "AZN",
                                "BAM",
                                "BBD",
                                "BDT",
                                "BGN",
                                "BHD",
                                "BIF",
                                "BMD",
                                "BND",
                                "BOB",
                                "BRL",
                                "BSD",
                                "BTC",
                                "BTN",
                                "BWP",
                                "BYR",
                                "BYN",
                                "BZD",
                                "CAD",
                                "CDF",
                                "CHF",
                                "CLP",
                                "CNY",
                                "COP",
                                "CRC",
                                "CUC",
                                "CUP",
                                "CVE",
                                "CZK",
                                "DJF",
                                "DKK",
                                "DOP",
                                "DZD",
                                "EGP",
                                "ERN",
                                "ETB",
                                "EUR",
                                "FJD",
                                "FKP",
                                "GBP",
                                "GEL",
                                "GGP",
                                "GHS",
                                "GIP",
                                "GMD",
                                "GNF",
                                "GTQ",
                                "GYD",
                                "HKD",
                                "HNL",
                                "HRK",
                                "HTG",
                                "HUF",
                                "IDR",
                                "ILS",
                                "IMP",
                                "INR",
                                "IQD",
                                "IRR",
                                "IRT",
                                "ISK",
                                "JEP",
                                "JMD",
                                "JOD",
                                "JPY",
                                "KES",
                                "KGS",
                                "KHR",
                                "KMF",
                                "KPW",
                                "KRW",
                                "KWD",
                                "KYD",
                                "KZT",
                                "LAK",
                                "LBP",
                                "LKR",
                                "LRD",
                                "LSL",
                                "LYD",
                                "MAD",
                                "MDL",
                                "MGA",
                                "MKD",
                                "MMK",
                                "MNT",
                                "MOP",
                                "MRU",
                                "MUR",
                                "MVR",
                                "MWK",
                                "MXN",
                                "MYR",
                                "MZN",
                                "NAD",
                                "NGN",
                                "NIO",
                                "NOK",
                                "NPR",
                                "NZD",
                                "OMR",
                                "PAB",
                                "PEN",
                                "PGK",
                                "PHP",
                                "PKR",
                                "PLN",
                                "PRB",
                                "PYG",
                                "QAR",
                                "RON",
                                "RSD",
                                "RUB",
                                "RWF",
                                "SAR",
                                "SBD",
                                "SCR",
                                "SDG",
                                "SEK",
                                "SGD",
                                "SHP",
                                "SLL",
                                "SOS",
                                "SRD",
                                "SSP",
                                "STN",
                                "SYP",
                                "SZL",
                                "THB",
                                "TJS",
                                "TMT",
                                "TND",
                                "TOP",
                                "TRY",
                                "TTD",
                                "TWD",
                                "TZS",
                                "UAH",
                                "UGX",
                                "USD",
                                "UYU",
                                "UZS",
                                "VEF",
                                "VES",
                                "VND",
                                "VUV",
                                "WST",
                                "XAF",
                                "XCD",
                                "XOF",
                                "XPF",
                                "YER",
                                "ZAR",
                                "ZMW"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "ID dell'utente a cui appartiene l'ordine. 0 per gli ospiti.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Nota lasciata dal cliente durante il riepilogo dell'ordine.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Indirizzo di fatturazione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "Indirizzo email.",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Numero di telefono.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Indirizzo di spedizione.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "Nome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "Cognome.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "Ragione sociale.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "Indirizzo linea 1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "Indirizzo linea 2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "Nome della citt\u00e0.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "Codice ISO o nome dello stato, provincia o distretto.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "C.A.P.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "Contrassegno del paese in formato ISO 3166-1 alpha-2.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "ID metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Titolo metodo di pagamento.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "ID unico della transazione.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Dati dei prodotti per riga.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "Nome del prodotto principale se il prodotto \u00e8 una variazione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "ID Prodotto.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "ID variazione, se applicabile.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Quantit\u00e0 ordinata.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Classe d'imposta del prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Subtotale (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Subtotale imposte (prima degli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Chiave metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "Valore metadati per la visualizzazione della UI.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Codice Prodotto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "global_unique_id": {
                                        "description": "GTIN, UPC, EAN o ISBN.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Prezzo del prodotto.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Propriet\u00e0 dell'immagine del prodotto principale.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "ID dell'immagine.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "URL immagine.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Dati di spedizione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Nome del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "ID del metodo di spedizione.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "ID istanza di spedizione.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Dati delle tasse.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Nome tassa.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Categoria fiscale di pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Regime fiscale del pagamento.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Totale (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Totale imposte (dopo gli sconti).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Imposte.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID imposta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Totale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Subtotale imposte.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Dati dei codici promozionale.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID elemento.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Codice promozionale.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Totale sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "Totale imposte sullo sconto.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "Tipo di sconto.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "Importo dello sconto definito nel codice promozionale (valore assoluto o percentuale, a seconda del tipo di sconto).",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "Se il codice promozionale garantisce o meno la spedizione gratuita.",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta dati.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "ID Meta.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Chiave meta.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Valore meta.",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "Definisci se l'ordine \u00e8 stato pagato. Sar\u00e0 impostato lo stato \"in lavorazione\" e ridotti gli articoli nel magazzino.",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "Imposta l'azione come manuale in modo che la nota di ordine registri come \"aggiunto dall'utente\".",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/orders\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo della risorsa.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indica se nascondere o meno risorse non assegnate a nessun prodotto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico elemento principale. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico prodotto.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati alle risorse con uno slug specifico.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Nome per la risorsa.",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "Identificatore univoco per l'attributo dei termini.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine menu, utilizzato per personalizzare l'ordine dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/attributes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome per la risorsa.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "Tipo di attributo.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "Ordinamento predefinito.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "Abilita\/Disabilita gli archivi degli attributi.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome attributo.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di attributo.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Ordinamento predefinito.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Abilita\/Disabilita gli archivi degli attributi.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/attributes\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome attributo.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di attributo.",
                            "type": "string",
                            "enum": [
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Ordinamento predefinito.",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "Abilita\/Disabilita gli archivi degli attributi.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/categories": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo della risorsa.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indica se nascondere o meno risorse non assegnate a nessun prodotto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico elemento principale. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico prodotto.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati alle risorse con uno slug specifico.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Nome per la risorsa.",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/products\/categories"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome categoria.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/categories\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome categoria.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore della risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "Tipo di visualizzazione dell'archivio di categoria.",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/products\/categories\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/custom-fields\/names": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "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
                        },
                        "order": {
                            "description": "Ordina gli elementi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/products\/custom-fields\/names"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/reviews": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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 alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati alle recensioni pubblicate prima di una determinata data conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitare il set di risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "product"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "Limita l'insieme dei risultati alle recensioni assegnate a ID di utenti specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_exclude": {
                            "description": "Assicurati che l'insieme dei risultati escluda le recensioni assegnate a ID di utenti specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_email": {
                            "default": null,
                            "description": "Limita l'insieme dei risultati a quello proveniente dall'email di un autore specifico.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "product": {
                            "default": [],
                            "description": "Limita l'insieme dei risultati alle recensioni assegnate a ID di prodotto specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "Limita l'insieme dei risultati alle recensioni assegnate a uno stato specifico.",
                            "type": "string",
                            "enum": [
                                "all",
                                "hold",
                                "approved",
                                "spam",
                                "trash"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco per il prodotto.",
                            "type": "integer",
                            "required": true
                        },
                        "product_name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "Stato della recensione.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "type": "string",
                            "description": "Nome del recensore.",
                            "required": true
                        },
                        "reviewer_email": {
                            "type": "string",
                            "description": "Email del recensore.",
                            "required": true
                        },
                        "review": {
                            "type": "string",
                            "description": "Contenuto della recensione.",
                            "required": true
                        },
                        "rating": {
                            "description": "Valutazione della recensione (da 0 a 5).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/products\/reviews"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/reviews\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "product_id": {
                            "description": "Identificatore univoco per il prodotto al quale appartiene la recensione.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato della recensione.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "Nome recensore.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "Indirizzo email recensore.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "Contenuto della recensione.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "Valutazione della recensione (da 0 a 5).",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/reviews\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco per il prodotto al quale appartiene la recensione.",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato della recensione.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "Nome recensore.",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "Indirizzo email recensore.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "Contenuto della recensione.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "Valutazione della recensione (da 0 a 5).",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/products\/reviews\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/shipping_classes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo della risorsa.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indica se nascondere o meno risorse non assegnate a nessun prodotto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico elemento principale. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico prodotto.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati alle risorse con uno slug specifico.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Nome per la risorsa.",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/products\/shipping_classes"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/shipping_classes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/products\/shipping_classes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/shipping_classes\/slug-suggestion": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/products\/shipping_classes\/slug-suggestion"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/tags": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo della risorsa.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Indica se nascondere o meno risorse non assegnate a nessun prodotto.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico elemento principale. Si applica solo alle tassonomie gerarchiche.",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "Limita i risultati alle risorse assegnate ad uno specifico prodotto.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati alle risorse con uno slug specifico.",
                            "type": [
                                "string",
                                "array"
                            ],
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Nome per la risorsa.",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome tag.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/tags\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome tag.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico univoco per il suo tipo per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione delle risorse HTML.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "post__in",
                                "price",
                                "sales",
                                "menu_order",
                                "random",
                                "popularity",
                                "rating",
                                "menu_order",
                                "price",
                                "popularity",
                                "rating"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "Limita il risultato impostato ai prodotti assegnati a uno specifico ID del marchio.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati ai prodotti con uno slug specifico.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Limita i risultati ai prodotti con uno specifico stato.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Limita i risultati ai prodotti di un tipo specifico.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Limita i risultati ai prodotti con COD specifici. Utilizza le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Restringi il risultato ai prodotti in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Limita i risultati ai prodotti assegnati ad una specifica categoria.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Limita i risultati ai prodotti assegnati ad uno specifico tag.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Limita i risultati ai prodotti assegnati ad una specifica classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Limita i risultati ai prodotti con uno specifico attributo. Usa il nome della tassonomia o lo slug dell'attributo.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Limita i risultati ai prodotti con uno specifico termine di attributo (obbligatoriamente un attributo assegnato).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limita l'insieme dei risultati ai prodotti con una specifica classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "Restringi il risultato ai prodotti in offerta.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Restringi il risultato in base ad un prezzo minimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Restringi il risultato in base ad un prezzo massimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Limita meta_data a chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Verifica che meta_data escluda chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Limite del risultato impostato sui prodotti con stato della disponibilit\u00e0 specifico.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "search_sku": {
                            "description": "Limita i risultati a quelli con uno SKU che corrisponde parzialmente a una stringa. Questo argomento ha la precedenza rispetto a \"sku\".",
                            "type": "string",
                            "required": false
                        },
                        "search_name_or_sku": {
                            "description": "Limita i risultati a quelli con un nome o uno SKU che corrisponde parzialmente a una stringa. Questo argomento ha la precedenza rispetto a \"search\", \"sku\" e \"search_sku\".",
                            "type": "string",
                            "required": false
                        },
                        "search_fields": {
                            "description": "Limita la ricerca a campi specifici quando l'opzione viene utilizzata con il parametro di ricerca. Campi disponibili: name, sku, global_unique_id, description, short_description. Questo argomento ha la precedenza su tutti gli altri parametri di ricerca.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "name",
                                    "global_unique_id",
                                    "description",
                                    "short_description",
                                    "sku"
                                ]
                            },
                            "default": [],
                            "required": false
                        },
                        "include_status": {
                            "description": "Restringi il risultato ai prodotti con qualsiasi stato.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "Escludi i prodotti con qualsiasi stato dal set di risultati.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "include_types": {
                            "description": "Restringi il risultato ai prodotti di qualsiasi tipo.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable"
                                ]
                            },
                            "required": false
                        },
                        "exclude_types": {
                            "description": "Escludi i prodotti di qualsiasi tipo dal set di risultati.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable"
                                ]
                            },
                            "required": false
                        },
                        "downloadable": {
                            "description": "Restringi il risultato ai prodotti scaricabili.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "Restringi il risultato ai prodotti virtuali.",
                            "type": "boolean",
                            "required": false
                        },
                        "pos_products_only": {
                            "description": "Restringi il risultato ai prodotti visibili nel Punto vendita.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "La data in cui \u00e8 stato creato il prodotto, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "La data in cui il prodotto \u00e8 stato creato, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Stato prodotto (stato del post).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Prodotto in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Visibilit\u00e0 catalogo.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Descrizione breve del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN o ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo prodotto in offerta.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Se il prodotto \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Se il prodotto \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL esterno del prodotto. Solo per prodotti esterni.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Testo del pulsante del prodotto esterno. Solo per prodotti esterni.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Gestione magazzino sul prodotto.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Quantit\u00e0 del magazzino bassa per il prodotto.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Permetti l'acquisto di un elemento per ogni ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Peso prodotto (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni prodotto.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "Permetti recensioni.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Password dell'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lista degli ID dei prodotti up-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lista degli ID dei prodotti cross-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Nota opzionale da inviare al cliente dopo l'acquisto.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Lista delle categorie.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID della categoria.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug della categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "Elenco dei marchi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del marchio.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del marchio.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del marchio.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lista dei tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del tag.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Elenco delle immagini.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID dell'immagine.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "URL immagine.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Testo alternativo dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Definisce se l'attributo \u00e8 visibile nel tab \"Informazioni aggiuntive\" nella pagina del prodotto.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Definisce se l'attributo pu\u00f2 essere usato come variazione.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lista dei nomi di termine disponibili per l'attributo.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Attributi predefiniti della variazione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/products"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "La data in cui \u00e8 stato creato il prodotto, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "La data in cui il prodotto \u00e8 stato creato, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Stato prodotto (stato del post).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Prodotto in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Visibilit\u00e0 catalogo.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Descrizione breve del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN o ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo prodotto in offerta.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Se il prodotto \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Se il prodotto \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL esterno del prodotto. Solo per prodotti esterni.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Testo del pulsante del prodotto esterno. Solo per prodotti esterni.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Gestione magazzino sul prodotto.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Quantit\u00e0 del magazzino bassa per il prodotto.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Permetti l'acquisto di un elemento per ogni ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Peso prodotto (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni prodotto.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Permetti recensioni.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Password dell'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lista degli ID dei prodotti up-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lista degli ID dei prodotti cross-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Nota opzionale da inviare al cliente dopo l'acquisto.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Lista delle categorie.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID della categoria.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug della categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "Elenco dei marchi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del marchio.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del marchio.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del marchio.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lista dei tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del tag.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Elenco delle immagini.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID dell'immagine.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "URL immagine.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Testo alternativo dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Definisce se l'attributo \u00e8 visibile nel tab \"Informazioni aggiuntive\" nella pagina del prodotto.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Definisce se l'attributo pu\u00f2 essere usato come variazione.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lista dei nomi di termine disponibili per l'attributo.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Attributi predefiniti della variazione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "La data in cui \u00e8 stato creato il prodotto, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "La data in cui il prodotto \u00e8 stato creato, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Stato prodotto (stato del post).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Prodotto in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Visibilit\u00e0 catalogo.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Descrizione breve del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN o ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo prodotto in offerta.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Se il prodotto \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Se il prodotto \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL esterno del prodotto. Solo per prodotti esterni.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Testo del pulsante del prodotto esterno. Solo per prodotti esterni.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Gestione magazzino sul prodotto.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Quantit\u00e0 del magazzino bassa per il prodotto.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Permetti l'acquisto di un elemento per ogni ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Peso prodotto (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni prodotto.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Permetti recensioni.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Password dell'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lista degli ID dei prodotti up-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lista degli ID dei prodotti cross-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Nota opzionale da inviare al cliente dopo l'acquisto.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Lista delle categorie.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID della categoria.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug della categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "Elenco dei marchi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del marchio.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del marchio.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del marchio.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lista dei tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del tag.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Elenco delle immagini.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID dell'immagine.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "URL immagine.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Testo alternativo dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Definisce se l'attributo \u00e8 visibile nel tab \"Informazioni aggiuntive\" nella pagina del prodotto.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Definisce se l'attributo pu\u00f2 essere usato come variazione.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lista dei nomi di termine disponibili per l'attributo.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Attributi predefiniti della variazione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/products\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/(?P<id>[\\d]+)\/related": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/suggested-products": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "post__in",
                                "price",
                                "sales",
                                "menu_order",
                                "random",
                                "popularity",
                                "rating",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "Limita il risultato impostato ai prodotti assegnati a uno specifico ID del marchio.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati ai prodotti con uno slug specifico.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Limita i risultati ai prodotti con uno specifico stato.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Limita i risultati ai prodotti di un tipo specifico.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Limita i risultati ai prodotti con COD specifici. Utilizza le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Restringi il risultato ai prodotti in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "Limita i risultati ai prodotti assegnati ad una specifica categoria.",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "Limita i risultati ai prodotti assegnati ad uno specifico tag.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Limita i risultati ai prodotti assegnati ad una specifica classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "Limita i risultati ai prodotti con uno specifico attributo. Usa il nome della tassonomia o lo slug dell'attributo.",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "Limita i risultati ai prodotti con uno specifico termine di attributo (obbligatoriamente un attributo assegnato).",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limita l'insieme dei risultati ai prodotti con una specifica classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        },
                        "in_stock": {
                            "description": "Restringi il risultato ai prodotti disponibili in maggazzino e quelli non disponibili in magazzino.",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "Restringi il risultato ai prodotti in offerta.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Restringi il risultato in base ad un prezzo minimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Restringi il risultato in base ad un prezzo massimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Limita meta_data a chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Verifica che meta_data escluda chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "categories": {
                            "description": "Limita i risultati a categorie di prodotti specifiche.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tags": {
                            "description": "Limita i risultati a tag di prodotti specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "limit": {
                            "description": "Limita i risultati a un importo specifico di prodotti suggeriti.",
                            "type": "integer",
                            "default": 5,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/products\/suggested-products"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/(?P<id>[\\d]+)\/duplicate": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "La data in cui \u00e8 stato creato il prodotto, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "La data in cui il prodotto \u00e8 stato creato, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Tipologia di prodotto.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Stato prodotto (stato del post).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Prodotto in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Visibilit\u00e0 catalogo.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Descrizione breve del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN o ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino del prodotto.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo prodotto in offerta.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Se il prodotto \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Se il prodotto \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "URL esterno del prodotto. Solo per prodotti esterni.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Testo del pulsante del prodotto esterno. Solo per prodotti esterni.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Gestione magazzino sul prodotto.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Quantit\u00e0 del magazzino bassa per il prodotto.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Permetti l'acquisto di un elemento per ogni ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Peso prodotto (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni prodotto.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza prodotto (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Permetti recensioni.",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "Password dell'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "Lista degli ID dei prodotti up-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "Lista degli ID dei prodotti cross-sell.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "ID del prodotto genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Nota opzionale da inviare al cliente dopo l'acquisto.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Lista delle categorie.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID della categoria.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug della categoria.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "brands": {
                            "description": "Elenco dei marchi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del marchio.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del marchio.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del marchio.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Lista dei tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del tag.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Slug del tag.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "Elenco delle immagini.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID dell'immagine.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "URL immagine.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Testo alternativo dell'immagine.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Posizione attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Definisce se l'attributo \u00e8 visibile nel tab \"Informazioni aggiuntive\" nella pagina del prodotto.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Definisce se l'attributo pu\u00f2 essere usato come variazione.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "Lista dei nomi di termine disponibili per l'attributo.",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Attributi predefiniti della variazione.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/(?P<product_id>[\\d]+)\/variations": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati ai prodotti con uno slug specifico.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Limita i risultati ai prodotti con uno specifico stato.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Limita i risultati ai prodotti con COD specifici. Utilizza le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limita l'insieme dei risultati ai prodotti con una specifica classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "Restringi il risultato ai prodotti in offerta.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Restringi il risultato in base ad un prezzo minimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Restringi il risultato in base ad un prezzo massimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Limita meta_data a chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Verifica che meta_data escluda chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Limite del risultato impostato sui prodotti con stato della disponibilit\u00e0 specifico.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "Limita il set di risultati ai prodotti con o senza prezzo.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "Risultato limite impostato per i prodotti con attributi specifici.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "Abbreviazione attributo."
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "Attribuisci termine."
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "Attribuisci termini."
                                    }
                                }
                            },
                            "required": false
                        },
                        "virtual": {
                            "description": "Restringi il risultato alle variazioni del prodotto virtuali.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Restringi il risultato alle variazioni del prodotto scaricabili.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "Restringi il risultato alle variazioni del prodotto con qualsiasi stato.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "Escludi le variazioni del prodotto con qualsiasi stato dal set di risultati.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "pos_products_only": {
                            "description": "Limita l'insieme dei risultati alle varianti visibili nel Punto vendita.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione variazione",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN o ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo in saldo della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Stato di variazione.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Se la variazione \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Se la variazione \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Gestione dell'inventario per le variazioni.",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Quantit\u00e0 del magazzino bassa per la variante.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Peso variazione (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni variazione.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza variazione (cm)",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine di variazione.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/(?P<product_id>[\\d]+)\/variations\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "identificatore univoco per la variazione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "identificatore univoco per la variazione.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione variazione",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN o ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo in saldo della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Stato di variazione.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Se la variazione \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Se la variazione \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Gestione dell'inventario per le variazioni.",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Quantit\u00e0 del magazzino bassa per la variante.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Peso variazione (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni variazione.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza variazione (cm)",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine di variazione.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "identificatore univoco per la variazione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/(?P<product_id>[\\d]+)\/variations\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione variazione",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN o ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo in saldo della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Stato di variazione.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "Se la variazione \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Se la variazione \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Gestione dell'inventario per le variazioni.",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Quantit\u00e0 del magazzino bassa per la variante.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Peso variazione (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni variazione.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza variazione (cm)",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine di variazione.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/(?P<product_id>[\\d]+)\/variations\/generate": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto variabile.",
                            "type": "integer",
                            "required": false
                        },
                        "delete": {
                            "description": "Elimina le varianti inutilizzate.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_values": {
                            "description": "Valori predefiniti per le varianti generate.",
                            "type": "object",
                            "properties": {
                                "description": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Descrizione variazione",
                                    "type": "string"
                                },
                                "sku": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                                    "type": "string"
                                },
                                "global_unique_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GTIN, UPC, EAN o ISBN.",
                                    "type": "string"
                                },
                                "regular_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Prezzo di listino della variazione.",
                                    "type": "string"
                                },
                                "sale_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Prezzo in saldo della variazione.",
                                    "type": "string"
                                },
                                "date_on_sale_from": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_from_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Data d'inizio sconti, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Data Fine sconti, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Data Fine sconti, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Stato di variazione.",
                                    "type": "string",
                                    "enum": [
                                        "draft",
                                        "pending",
                                        "private",
                                        "publish"
                                    ]
                                },
                                "virtual": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Se la variazione \u00e8 virtuale.",
                                    "type": "boolean"
                                },
                                "downloadable": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Se la variazione \u00e8 scaricabile.",
                                    "type": "boolean"
                                },
                                "downloads": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Lista dei file scaricabili.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "ID del file.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Nome del file.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "file": {
                                                "description": "URL File.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "download_limit": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                                    "type": "integer"
                                },
                                "download_expiry": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                                    "type": "integer"
                                },
                                "tax_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Stato imposta",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "shipping",
                                        "none"
                                    ]
                                },
                                "tax_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Classe d'imposta.",
                                    "type": "string"
                                },
                                "manage_stock": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Gestione dell'inventario per le variazioni.",
                                    "type": [
                                        "boolean",
                                        "string"
                                    ]
                                },
                                "stock_quantity": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Quantit\u00e0 in magazzino.",
                                    "type": "integer"
                                },
                                "stock_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                                    "type": "string",
                                    "enum": [
                                        "instock",
                                        "outofstock",
                                        "onbackorder"
                                    ]
                                },
                                "backorders": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                                    "type": "string",
                                    "enum": [
                                        "no",
                                        "notify",
                                        "yes"
                                    ]
                                },
                                "low_stock_amount": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Quantit\u00e0 del magazzino bassa per la variante.",
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "weight": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Peso variazione (kg).",
                                    "type": "string"
                                },
                                "dimensions": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Dimensioni variazione.",
                                    "type": "object",
                                    "properties": {
                                        "length": {
                                            "description": "Lunghezza variazione (cm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "width": {
                                            "description": "Larghezza variazione (cm).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "height": {
                                            "description": "Altezza variazione (cm)",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "shipping_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Slug  della classe di spedizione.",
                                    "type": "string"
                                },
                                "image": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Dati immagine di variazione.",
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "description": "ID dell'immagine.",
                                            "type": "integer",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "date_created": {
                                            "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_created_gmt": {
                                            "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified": {
                                            "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified_gmt": {
                                            "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "src": {
                                            "description": "URL immagine.",
                                            "type": "string",
                                            "format": "uri",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "name": {
                                            "description": "Nome dell'immagine.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "alt": {
                                            "description": "Testo alternativo dell'immagine.",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "attributes": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Lista degli attributi.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "ID attributo.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Nome attributo.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "option": {
                                                "description": "Nome di termine dell'attributo selezionato.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "menu_order": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                                    "type": "integer"
                                },
                                "meta_data": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "Meta dati.",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "ID Meta.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "key": {
                                                "description": "Chiave meta.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "value": {
                                                "description": "Valore meta.",
                                                "type": [
                                                    "null",
                                                    "object",
                                                    "string",
                                                    "number",
                                                    "boolean",
                                                    "integer",
                                                    "array"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione variazione",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "SKU (Stock Keeping Unit, unit\u00e0 di stoccaggio).",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN, UPC, EAN o ISBN.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Prezzo di listino della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Prezzo in saldo della variazione.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Data di inizio del prezzo scontato, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Data d'inizio sconti, come GMT.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "Data Fine sconti, nel fuso orario del sito.",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Stato di variazione.",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "Se la variazione \u00e8 virtuale.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "Se la variazione \u00e8 scaricabile.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "Lista dei file scaricabili.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome del file.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "URL File.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Numero di volte in cui i file scaricabili possono essere scaricati dopo l'acquisto.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Numero di giorni entro cui l'accesso ai file scaricabili scade.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Stato imposta",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Gestione dell'inventario per le variazioni.",
                            "type": [
                                "boolean",
                                "string"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Quantit\u00e0 in magazzino.",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "Controlla lo stato delle scorte di magazzino del prodotto.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "Se stai gestendo il magazzino, questo controlla se gli ordini arretrati sono permessi.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "Quantit\u00e0 del magazzino bassa per la variante.",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Peso variazione (kg).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Dimensioni variazione.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Lunghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Larghezza variazione (cm).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Altezza variazione (cm)",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Slug  della classe di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Dati immagine di variazione.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "ID dell'immagine.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "La data in cui \u00e8 stata creata l'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "La data  in cui l'immagine \u00e8 stata creata, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "La data di ultima modifica dell'immagine, nel fuso orario del sito.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "La data in cui l'immagine \u00e8 stata modificata l'ultima volta, come GMT.",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "URL immagine.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Nome dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Testo alternativo dell'immagine.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "Lista degli attributi.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID attributo.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Nome attributo.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Nome di termine dell'attributo selezionato.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ordine men\u00f9, utilizzato per ordinare i prodotti in modo personalizzato.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta dati.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "ID Meta.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Chiave meta.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Valore meta.",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/refunds": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "Numero di punti decimali da usare in ogni risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "Mostra solo i metadati che devono essere visualizzati per un ordine.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Limita meta_data a chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Verifica che meta_data escluda chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/refunds"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/sales": {
            "namespace": "wc\/v3",
            "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
                        },
                        "period": {
                            "description": "Periodo del report.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Restituisce le vendite per una specifica data di inizio, la data deve essere in formato YYYY-MM-DD.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Restituisce le vendite per una specifica data di fine, la data deve essere in formato YYYY-MM-DD.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/top_sellers": {
            "namespace": "wc\/v3",
            "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
                        },
                        "period": {
                            "description": "Periodo del report.",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "Restituisce le vendite per una specifica data di inizio, la data deve essere in formato YYYY-MM-DD.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "Restituisce le vendite per una specifica data di fine, la data deve essere in formato YYYY-MM-DD.",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/orders\/totals": {
            "namespace": "wc\/v3",
            "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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/reports\/orders\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/products\/totals": {
            "namespace": "wc\/v3",
            "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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/reports\/products\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/customers\/totals": {
            "namespace": "wc\/v3",
            "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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/reports\/customers\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/coupons\/totals": {
            "namespace": "wc\/v3",
            "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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/reports\/coupons\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/reviews\/totals": {
            "namespace": "wc\/v3",
            "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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/reports\/reviews\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports": {
            "namespace": "wc\/v3",
            "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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/reports"
                    }
                ]
            }
        },
        "\/wc\/v3\/settings": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/settings"
                    }
                ]
            }
        },
        "\/wc\/v3\/settings\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/settings\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/settings\/(?P<group_id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "ID gruppo di impostazioni.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/settings\/(?P<group_id>[\\w-]+)\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "ID gruppo di impostazioni.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Imposta il valore",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/settings\/(?P<group_id>[\\w-]+)\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "ID gruppo di impostazioni.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "ID gruppo di impostazioni.",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Imposta il valore",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping\/zones": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "Nome zona di spedizione.",
                            "required": true
                        },
                        "order": {
                            "description": "Ordinamento zone di spedizione.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/shipping\/zones"
                    }
                ]
            }
        },
        "\/wc\/v3\/shipping\/zones\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Nome zona di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Ordinamento zone di spedizione.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping\/zones\/(?P<id>[\\d]+)\/locations": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Codice della zona di spedizione.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipologia della zona di spedizione.",
                            "type": "string",
                            "enum": [
                                "postcode",
                                "state",
                                "country",
                                "continent"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping\/zones\/(?P<zone_id>[\\d]+)\/methods": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "ID univoco per la zona.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "ID univoco per la zona.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordine metodo di spedizione.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Status di abilitazione del metodo di spedizione.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "impostazioni del metodo di spedizione.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Un identificatore univoco per l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Un'etichetta leggibile per l'impostazione utilizzata nelle interfacce.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Una descrizione human readable per le impostazioni utilizzate nelle interfacce.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Tipo di impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox",
                                        "class",
                                        "order"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Imposta il valore",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Valore predefinito per l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Testo di aiuto aggiuntivo mostrato all'utente riguardo l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Il testo segnaposto da visualizzare in campi testuali.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "method_id": {
                            "description": "ID del metodo di spedizione.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping\/zones\/(?P<zone_id>[\\d]+)\/methods\/(?P<instance_id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "ID univoco per la zona.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "ID univoco per l'istanza.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "ID univoco per la zona.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "ID univoco per l'istanza.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordine metodo di spedizione.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Status di abilitazione del metodo di spedizione.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "impostazioni del metodo di spedizione.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Un identificatore univoco per l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Un'etichetta leggibile per l'impostazione utilizzata nelle interfacce.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Una descrizione human readable per le impostazioni utilizzate nelle interfacce.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Tipo di impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox",
                                        "class",
                                        "order"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Imposta il valore",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Valore predefinito per l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Testo di aiuto aggiuntivo mostrato all'utente riguardo l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Il testo segnaposto da visualizzare in campi testuali.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "ID univoco per la zona.",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "ID univoco per l'istanza.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "Indica se saltare il cestino e forzare l'eliminazione o meno.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes\/classes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Nome della classe d'imposta.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/taxes\/classes"
                    }
                ]
            }
        },
        "\/wc\/v3\/taxes\/classes\/(?P<slug>\\w[\\w\\s\\-]*)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug unico per la risorsa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug unico per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "Ordina per classe d'imposta.",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "Codice ISO 3166 della nazione.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Codice stato.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Codice postale\/CAP, non supporta pi\u00f9 valori. Deprecato a partire da WooCommerce 5.3, al suo posto dovrebbe essere utilizzato \"codici postali\".",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Nome della citt\u00e0, non supporta pi\u00f9 valori. Deprecato a partire da WooCommerce 5.3, al suo posto dovrebbe essere utilizzato \"citt\u00e0\".",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Nome aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "Priorit\u00e0 imposta.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "Se questa \u00e8 una imposta composta o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "Se questa imposta viene applicata o meno alla spedizione.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Indica che l'ordine apparir\u00e0 nelle query.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Elenco dei codici postali\/CAP. Presentato in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "Elenco di nomi di citt\u00e0. Introdotto in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/taxes"
                    }
                ]
            }
        },
        "\/wc\/v3\/taxes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "Codice ISO 3166 della nazione.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Codice stato.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Codice postale\/CAP, non supporta pi\u00f9 valori. Deprecato a partire da WooCommerce 5.3, al suo posto dovrebbe essere utilizzato \"codici postali\".",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Nome della citt\u00e0, non supporta pi\u00f9 valori. Deprecato a partire da WooCommerce 5.3, al suo posto dovrebbe essere utilizzato \"citt\u00e0\".",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Nome aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Priorit\u00e0 imposta.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Se questa \u00e8 una imposta composta o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Se questa imposta viene applicata o meno alla spedizione.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Indica che l'ordine apparir\u00e0 nelle query.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Elenco dei codici postali\/CAP. Presentato in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "Elenco di nomi di citt\u00e0. Introdotto in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "Codice ISO 3166 della nazione.",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "Codice stato.",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "Codice postale\/CAP, non supporta pi\u00f9 valori. Deprecato a partire da WooCommerce 5.3, al suo posto dovrebbe essere utilizzato \"codici postali\".",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "Nome della citt\u00e0, non supporta pi\u00f9 valori. Deprecato a partire da WooCommerce 5.3, al suo posto dovrebbe essere utilizzato \"citt\u00e0\".",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "Aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Nome aliquota d'imposta.",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "Priorit\u00e0 imposta.",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "Se questa \u00e8 una imposta composta o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "Se questa imposta viene applicata o meno alla spedizione.",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "Indica che l'ordine apparir\u00e0 nelle query.",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "Classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "Elenco dei codici postali\/CAP. Presentato in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "Elenco di nomi di citt\u00e0. Introdotto in WooCommerce 5.3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/variations": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente della collezione.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo di prodotti restituito nella lista dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita i risultati a quelli che corrispondono a una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita la risposta alle risorse modificate dopo una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita la risposta alle risorse modificate prima di una data fissata conforme a ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "Se consideri le date di pubblicazione in GMT quando si limita la risposta in base alla data di pubblicazione o di modifica.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita i risultati a quelli con degli specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita i risultati a tutti i prodotti eccetto quelli con uno specifico ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati ai prodotti con uno slug specifico.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "Limita i risultati ai prodotti con uno specifico stato.",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "Limita i risultati ai prodotti con COD specifici. Utilizza le virgole per separare.",
                            "type": "string",
                            "required": false
                        },
                        "tax_class": {
                            "description": "Limita l'insieme dei risultati ai prodotti con una specifica classe d'imposta.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "gereduceerd-tarief",
                                "nultarief"
                            ],
                            "required": false
                        },
                        "on_sale": {
                            "description": "Restringi il risultato ai prodotti in offerta.",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "Restringi il risultato in base ad un prezzo minimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "Restringi il risultato in base ad un prezzo massimo dei prodotti.",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "Limita meta_data a chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "Verifica che meta_data escluda chiavi specifiche.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "Limite del risultato impostato sui prodotti con stato della disponibilit\u00e0 specifico.",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "Limita il set di risultati ai prodotti con o senza prezzo.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "Risultato limite impostato per i prodotti con attributi specifici.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "Abbreviazione attributo."
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "Attribuisci termine."
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "Attribuisci termini."
                                    }
                                }
                            },
                            "required": false
                        },
                        "virtual": {
                            "description": "Restringi il risultato alle variazioni del prodotto virtuali.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "Restringi il risultato alle variazioni del prodotto scaricabili.",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "Restringi il risultato alle variazioni del prodotto con qualsiasi stato.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "Escludi le variazioni del prodotto con qualsiasi stato dal set di risultati.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "pos_products_only": {
                            "description": "Limita l'insieme dei risultati alle varianti visibili nel Punto vendita.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/variations"
                    }
                ]
            }
        },
        "\/wc\/v3\/webhooks": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "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 alle risorse pubblicate dopo una data in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta alle risorse pubblicate prima della data fornita in formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Assicura che i risultati escludano ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita i risultati ad ID specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Compensa i risultati per un numero specifico di prodotti.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Ordina gli attributi in modo crescente o decrescente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione per attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Limita i risultati ai webhook con uno specifico stato.",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Un nome semplice per il webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "active",
                            "description": "Stato webhook.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "type": "string",
                            "description": "Argomento del webhook.",
                            "required": true
                        },
                        "secret": {
                            "description": "Chiave segreta utilizzata per generare un hash del webhook inviato e fornito negli header della richiesta. Per impostazione predefinita \u00e8 un hash MD5 ricavato dall'ID o dal nome dell'utente corrente se non viene fornito.",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "URL di consegna del webhook.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/webhooks"
                    }
                ]
            }
        },
        "\/wc\/v3\/webhooks\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Un nome semplice per il webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato webhook.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Argomento del webhook.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Chiave segreta utilizzata per generare un hash del webhook inviato e fornito negli header della richiesta. Per impostazione predefinita \u00e8 un hash MD5 ricavato dall'ID o dal nome dell'utente corrente se non viene fornito.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u00c8 necessario che sia vero, poich\u00e9 le risorse non possono essere cestinate.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/webhooks\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Un nome semplice per il webhook.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato webhook.",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Argomento del webhook.",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "Chiave segreta utilizzata per generare un hash del webhook inviato e fornito negli header della richiesta. Per impostazione predefinita \u00e8 un hash MD5 ricavato dall'ID o dal nome dell'utente corrente se non viene fornito.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/webhooks\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/system_status": {
            "namespace": "wc\/v3",
            "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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/system_status"
                    }
                ]
            }
        },
        "\/wc\/v3\/system_status\/tools": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/system_status\/tools"
                    }
                ]
            }
        },
        "\/wc\/v3\/system_status\/tools\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore unico per lo strumento.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Nome dello strumento.",
                            "type": "string",
                            "required": false
                        },
                        "action": {
                            "description": "Cosa  far\u00e0 l'esecuzione dello strumento.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione dello strumento.",
                            "type": "string",
                            "required": false
                        },
                        "success": {
                            "description": "Lo strumento \u00e8 stato eseguito correttamente?",
                            "type": "boolean",
                            "required": false
                        },
                        "message": {
                            "description": "Messaggio restituito dallo strumento.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping_methods": {
            "namespace": "wc\/v3",
            "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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/shipping_methods"
                    }
                ]
            }
        },
        "\/wc\/v3\/shipping_methods\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/payment_gateways": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/payment_gateways"
                    }
                ]
            }
        },
        "\/wc\/v3\/payment_gateways\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per la risorsa.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titolo del metodo di pagamento nel riepilogo dell'ordine.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del metodo di pagamento nel riepilogo dell'ordine.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Ordine metodo di pagamento.",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "Stato di abilitazione del metodo di pagamento.",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "Impostazioni metodo di pagamento",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Un identificatore univoco per l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "Un'etichetta leggibile per l'impostazione utilizzata nelle interfacce.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "Una descrizione human readable per le impostazioni utilizzate nelle interfacce.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "Tipo di impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "Imposta il valore",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "Valore predefinito per l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "Testo di aiuto aggiuntivo mostrato all'utente riguardo l'impostazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "Il testo segnaposto da visualizzare in campi testuali.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/data": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/data"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/continents": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/data\/continents"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/continents\/(?P<location>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "continent": {
                            "description": "Codice del continente a 2 caratteri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/data\/countries": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/data\/countries"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/countries\/(?P<location>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice del paese ISO3166 alpha-2.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/data\/currencies": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/data\/currencies"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/currencies\/current": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/data\/currencies\/current"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/currencies\/(?P<currency>[\\w-]{3})": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice della valuta ISO4217.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/paypal-standard\/update-shipping": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/paypal-standard\/update-shipping"
                    }
                ]
            }
        },
        "\/wc\/v3\/paypal-webhooks": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/paypal-webhooks"
                    }
                ]
            }
        },
        "\/wc\/v3\/paypal-buttons\/create-order": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/paypal-buttons\/create-order"
                    }
                ]
            }
        },
        "\/wc\/v3\/paypal-buttons\/cancel-payment": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/paypal-buttons\/cancel-payment"
                    }
                ]
            }
        },
        "\/wc\/v3\/orders\/(?P<id>[\\d]+)\/receipt": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificativo unico dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "expiration_date": {
                            "description": "Data di scadenza in formato aaaa-mm-gg.",
                            "type": "string",
                            "default": null,
                            "required": false
                        },
                        "expiration_days": {
                            "description": "Numero di giorni da aggiungere alla data corrente per ottenere la data di scadenza.",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "force_new": {
                            "description": "Vero per forzare la creazione di una nuova ricevuta anche se ne esiste gi\u00e0 una e non \u00e8 ancora scaduta.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificativo unico dell'ordine.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<id>[\\d]+)\/actions\/email_templates": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificativo unico dell'ordine.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<id>[\\d]+)\/actions\/send_email": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificativo unico dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "Indirizzo e-mail a cui inviare i dettagli dell'ordine.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "force_email_update": {
                            "description": "Se aggiornare l'e-mail di fatturazione dell'ordine, anche se ce n'\u00e8 gi\u00e0 una.",
                            "type": "boolean",
                            "required": false
                        },
                        "template_id": {
                            "description": "L'ID del template da usare per l'invio dell'e-mail.",
                            "type": "string",
                            "enum": [
                                "new_order",
                                "cancelled_order",
                                "customer_cancelled_order",
                                "failed_order",
                                "customer_failed_order",
                                "customer_on_hold_order",
                                "customer_processing_order",
                                "customer_completed_order",
                                "customer_refunded_order",
                                "customer_invoice",
                                "customer_note",
                                "customer_reset_password",
                                "customer_new_account",
                                "customer_pos_completed_order",
                                "customer_pos_refunded_order"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<id>[\\d]+)\/actions\/send_order_details": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificativo unico dell'ordine.",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "Indirizzo e-mail a cui inviare i dettagli dell'ordine.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "force_email_update": {
                            "description": "Se aggiornare l'e-mail di fatturazione dell'ordine, anche se ce n'\u00e8 gi\u00e0 una.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/statuses": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc\/v3\/orders\/statuses"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/country": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "location": {
                            "description": "Il codice del Paese ISO3166 alpha-2 da salvare per l&#039;utente corrente.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/settings\/payments\/country"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/providers": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice del paese ISO3166 alpha-2. Impostato sul Paese dove ha sede WooCommerce come opzione predefinita.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/settings\/payments\/providers"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/providers\/order": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "order_map": {
                            "description": "Una mappa dell&#039;ID del fornitore in valori interi che rappresentano l&#039;ordinamento.",
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/settings\/payments\/providers\/order"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/suggestion\/(?P<id>[\\w\\d\\-]+)\/attach": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/settings\/payments\/suggestion\/(?P<id>[\\w\\d\\-]+)\/hide": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/settings\/payments\/suggestion\/(?P<suggestion_id>[\\w\\d\\-]+)\/incentive\/(?P<incentive_id>[\\w\\d\\-]+)\/dismiss": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "ID di contesto in base al quale l&#039;incentivo viene ignorato. Se non viene fornito, l&#039;incentivo verr\u00e0 ignorato per tutti i contesti.",
                            "type": "string",
                            "required": false
                        },
                        "do_not_track": {
                            "description": "Se vero, il tracciamento non terr\u00e0 conto dell&#039;incentivo ignorato.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice del Paese ISO3166 alpha-2. Torna al codice del Paese memorizzato relativo alla posizione dell&#039;azienda del fornitore.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "Il punto di ingresso pi\u00f9 a monte da cui il venditore \u00e8 entrato nel flusso di avviamento.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/(?P<step>[a-zA-Z0-9_-]+)\/start": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice del Paese ISO3166 alpha-2. Torna al codice del Paese memorizzato relativo alla posizione dell&#039;azienda del fornitore.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "Il punto di ingresso pi\u00f9 a monte da cui il venditore \u00e8 entrato nel flusso di avviamento.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/(?P<step>[a-zA-Z0-9_-]+)\/save": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice del Paese ISO3166 alpha-2. Torna al codice del Paese memorizzato relativo alla posizione dell&#039;azienda del fornitore.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "Il punto di ingresso pi\u00f9 a monte da cui il venditore \u00e8 entrato nel flusso di avviamento.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/(?P<step>[a-zA-Z0-9_-]+)\/check": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice del Paese ISO3166 alpha-2. Torna al codice del Paese memorizzato relativo alla posizione dell&#039;azienda del fornitore.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/(?P<step>[a-zA-Z0-9_-]+)\/finish": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice del Paese ISO3166 alpha-2. Torna al codice del Paese memorizzato relativo alla posizione dell&#039;azienda del fornitore.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "Il punto di ingresso pi\u00f9 a monte da cui il venditore \u00e8 entrato nel flusso di avviamento.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/(?P<step>[a-zA-Z0-9_-]+)\/clean": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice del Paese ISO3166 alpha-2. Torna al codice del Paese memorizzato relativo alla posizione dell&#039;azienda del fornitore.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/test_account\/init": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice del Paese ISO3166 alpha-2. Torna al codice del Paese memorizzato relativo alla posizione dell&#039;azienda del fornitore.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "Il punto di ingresso pi\u00f9 a monte da cui il venditore \u00e8 entrato nel flusso di avviamento.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/test_account\/init"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/test_account\/reset": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice del Paese ISO3166 alpha-2. Torna al codice del Paese memorizzato relativo alla posizione dell&#039;azienda del fornitore.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "Il punto di ingresso pi\u00f9 a monte da cui il venditore \u00e8 entrato nel flusso di avviamento.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/test_account\/reset"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/business_verification\/kyc_session": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice del Paese ISO3166 alpha-2. Torna al codice del Paese memorizzato relativo alla posizione dell&#039;azienda del fornitore.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "Il punto di ingresso pi\u00f9 a monte da cui il venditore \u00e8 entrato nel flusso di avviamento.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/business_verification\/kyc_session"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/business_verification\/kyc_session\/finish": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice del Paese ISO3166 alpha-2. Torna al codice del Paese memorizzato relativo alla posizione dell&#039;azienda del fornitore.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "source": {
                            "description": "Il punto di ingresso pi\u00f9 a monte da cui il venditore \u00e8 entrato nel flusso di avviamento.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/business_verification\/kyc_session\/finish"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/business_verification\/test_account\/disable": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice del Paese ISO3166 alpha-2. Torna al codice del Paese memorizzato relativo alla posizione dell&#039;azienda del fornitore.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "from": {
                            "description": "Specifica in quale punto del flusso di avviamento \u00e8 stata attivata questa richiesta.",
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "description": "Il punto di ingresso pi\u00f9 a monte da cui il venditore \u00e8 entrato nel flusso di avviamento.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding\/step\/business_verification\/test_account\/disable"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/preload": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice del Paese ISO3166 alpha-2. Torna al codice del Paese memorizzato relativo alla posizione dell&#039;azienda del fornitore.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding\/preload"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/reset": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice del Paese ISO3166 alpha-2. Torna al codice del Paese memorizzato relativo alla posizione dell&#039;azienda del fornitore.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "from": {
                            "description": "Specifica in quale punto del flusso di avviamento \u00e8 stata attivata questa richiesta.",
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "description": "Il punto di ingresso pi\u00f9 a monte da cui il venditore \u00e8 entrato nel flusso di avviamento.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding\/reset"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/woopay-eligibility": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/settings\/payments\/woopayments\/woopay-eligibility"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopayments\/onboarding\/test_account\/disable": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "description": "Codice del Paese ISO3166 alpha-2. Torna al codice del Paese memorizzato relativo alla posizione dell&#039;azienda del fornitore.",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        },
                        "from": {
                            "description": "Specifica in quale punto del flusso di avviamento \u00e8 stata attivata questa richiesta.",
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "description": "Il punto di ingresso pi\u00f9 a monte da cui il venditore \u00e8 entrato nel flusso di avviamento.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin\/settings\/payments\/woopayments\/onboarding\/test_account\/disable"
                    }
                ]
            }
        },
        "\/wc-admin-email": {
            "namespace": "wc-admin-email",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc-admin-email",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin-email"
                    }
                ]
            }
        },
        "\/wc-admin-email\/settings\/email\/send-preview": {
            "namespace": "wc-admin-email",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "type": {
                            "description": "Tipo di e-mail da visualizzare in anteprima.",
                            "type": "string",
                            "required": true
                        },
                        "email": {
                            "description": "Indirizzo e-mail per l'invio dell'anteprima e-mail.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin-email\/settings\/email\/send-preview"
                    }
                ]
            }
        },
        "\/wc-admin-email\/settings\/email\/preview-subject": {
            "namespace": "wc-admin-email",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "Tipo di e-mail per il quale ottenere l'oggetto.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin-email\/settings\/email\/preview-subject"
                    }
                ]
            }
        },
        "\/wc-admin-email\/settings\/email\/save-transient": {
            "namespace": "wc-admin-email",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "The key for the transient. Must be one of the allowed options.",
                            "required": true
                        },
                        "value": {
                            "type": "string",
                            "description": "The value to be saved for the transient.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin-email\/settings\/email\/save-transient"
                    }
                ]
            }
        },
        "\/wc-admin-email\/settings\/email\/listing\/recreate-email-post": {
            "namespace": "wc-admin-email",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email_id": {
                            "description": "L'ID dell'e-mail per la quale ricreare l'articolo.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-admin-email\/settings\/email\/listing\/recreate-email-post"
                    }
                ]
            }
        },
        "\/wc-telemetry": {
            "namespace": "wc-telemetry",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc-telemetry",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-telemetry"
                    }
                ]
            }
        },
        "\/wc-telemetry\/tracker": {
            "namespace": "wc-telemetry",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "platform": {
                            "description": "Piattaforma per il tracciamento.",
                            "type": "string",
                            "required": true
                        },
                        "version": {
                            "description": "Versione della piattaforma per il tracciamento.",
                            "type": "string",
                            "required": true
                        },
                        "installation_date": {
                            "description": "Data di installazione dell'app WooCommerce per dispositivi mobili.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wc-telemetry\/tracker"
                    }
                ]
            }
        },
        "\/wccom-site\/v3": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wccom-site\/v3",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wccom-site\/v3"
                    }
                ]
            }
        },
        "\/wccom-site\/v3\/installer\/(?P<product_id>\\d+)\/state": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wccom-site\/v3\/installer": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product-id": {
                            "type": "integer",
                            "required": true
                        },
                        "run-until-step": {
                            "type": "string",
                            "enum": [
                                "get_product_info",
                                "download_product",
                                "unpack_product",
                                "move_product",
                                "activate_product"
                            ],
                            "required": true
                        },
                        "idempotency-key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wccom-site\/v3\/installer"
                    }
                ]
            }
        },
        "\/wccom-site\/v3\/installer\/reset": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product-id": {
                            "type": "integer",
                            "required": true
                        },
                        "idempotency-key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wccom-site\/v3\/installer\/reset"
                    }
                ]
            }
        },
        "\/wccom-site\/v3\/ssr": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wccom-site\/v3\/ssr"
                    }
                ]
            }
        },
        "\/wccom-site\/v3\/status": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wccom-site\/v3\/status"
                    }
                ]
            }
        },
        "\/wccom-site\/v3\/connection\/disconnect": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wccom-site\/v3\/connection\/disconnect"
                    }
                ]
            }
        },
        "\/wccom-site\/v3\/connection\/status": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wccom-site\/v3\/connection\/status"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-abilities\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp-abilities\/v1"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                },
                {
                    "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": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp-abilities\/v1\/categories"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories\/(?P<slug>[a-z0-9]+(?:-[a-z0-9]+)*)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Identificatore univoco della categoria dell'abilit\u00e0.",
                            "type": "string",
                            "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Identificatore univoco della categoria dell'abilit\u00e0.",
                            "type": "string",
                            "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+?)\/run": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE",
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "name": {
                            "description": "Identificatore univoco dell'abilit\u00e0.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        },
                        "input": {
                            "description": "Inserisci i parametri per l'esecuzione dell'abilit\u00e0.",
                            "type": [
                                "integer",
                                "number",
                                "boolean",
                                "string",
                                "array",
                                "object",
                                "null"
                            ],
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "name": {
                            "description": "Identificatore univoco dell'abilit\u00e0.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        },
                        "input": {
                            "description": "Inserisci i parametri per l'esecuzione dell'abilit\u00e0.",
                            "type": [
                                "integer",
                                "number",
                                "boolean",
                                "string",
                                "array",
                                "object",
                                "null"
                            ],
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "category": {
                            "description": "Limita i risultati ad abilit\u00e0 in specifiche categorie di abilit\u00e0.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "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": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "category": {
                            "description": "Limita i risultati ad abilit\u00e0 in specifiche categorie di abilit\u00e0.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp-abilities\/v1\/abilities"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Identificatore univoco dell'abilit\u00e0.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Identificatore univoco dell'abilit\u00e0.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/remote_authorize": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/remote_authorize"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/remote_provision": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/remote_provision"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/remote_register": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/remote_register"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/remote_connect": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/remote_connect"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/check": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/connection\/check"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "isActive": {
                            "description": "L'impostazione su falso attiver\u00e0 la disconnessione del sito.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/connection"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/user": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/connection\/user"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/connection\/data"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/plugins": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/connection\/plugins"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/reconnect": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/connection\/reconnect"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/register": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "from": {
                            "description": "Indica il punto in cui l'azione della registrazione \u00e8 stata attivata per scopi di tracciabilit\u00e0\/segmentazione",
                            "type": "string",
                            "required": false
                        },
                        "redirect_uri": {
                            "description": "URI della pagina di amministrazione a cui l'utente dovrebbe essere rendirizzato dopo il flusso di connessione",
                            "type": "string",
                            "required": false
                        },
                        "plugin_slug": {
                            "description": "Indica da quale plugin proviene la richiesta",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/connection\/register"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/authorize_url": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "redirect_uri": {
                            "description": "URI della pagina di amministrazione a cui l'utente dovrebbe essere rendirizzato dopo il flusso di connessione",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/connection\/authorize_url"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/user-token": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "user_token": {
                            "description": "Nuovo token utente",
                            "type": "string",
                            "required": true
                        },
                        "is_connection_owner": {
                            "description": "\u00c8 il proprietario della connessione",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/user-token"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/owner": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "owner": {
                            "description": "Nuovo proprietario",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/jetpack\/v4\/connection\/owner"
                    }
                ]
            }
        },
        "\/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:\/\/wimpeterskwekerijen.nl\/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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "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
                        },
                        "ignore_sticky": {
                            "description": "Se ignorare o meno gli articoli in evidenza.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "format": {
                            "description": "Limita i risultati agli elementi assegnati ad uno o pi\u00f9 formati specifici.",
                            "type": "array",
                            "uniqueItems": true,
                            "items": {
                                "enum": [
                                    "standard",
                                    "aside",
                                    "chat",
                                    "gallery",
                                    "link",
                                    "image",
                                    "quote",
                                    "status",
                                    "video",
                                    "audio"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La 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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_jetpack_memberships_contains_paid_content": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Se l'articolo sia da trattare come in evidenza o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "I termini assegnati all'articolo nella tassonomia category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "I termini assegnati all'articolo nella tassonomia post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/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
                        },
                        "excerpt_length": {
                            "description": "Sovrascrivi la lunghezza predefinita del riassunto.",
                            "type": "integer",
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_jetpack_memberships_contains_paid_content": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Se l'articolo sia da trattare come in evidenza o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "I termini assegnati all'articolo nella tassonomia category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "I termini assegnati all'articolo nella tassonomia post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_jetpack_memberships_contains_paid_content": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Se l'articolo sia da trattare come in evidenza o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "I termini assegnati all'articolo nella tassonomia category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "I termini assegnati all'articolo nella tassonomia post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita la serie di risultati dei particolari parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita il risultato a tutti gli elementi eccetto quelli di un particolare ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/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
                        },
                        "excerpt_length": {
                            "description": "Sovrascrivi la lunghezza predefinita del riassunto.",
                            "type": "integer",
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita la serie di risultati dei particolari parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita il risultato a tutti gli elementi eccetto quelli di un particolare ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "Limita il set di risultati agli allegati di un particolare tipo o tipi di media.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "image",
                                    "video",
                                    "text",
                                    "application",
                                    "audio"
                                ]
                            },
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "Limita il set di risultati agli allegati di un particolare tipo MIME o tipi MIME.",
                            "type": "array",
                            "items": {
                                "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "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
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "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:\/\/wimpeterskwekerijen.nl\/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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "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
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "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": "Capovolgi",
                                        "properties": {
                                            "type": {
                                                "description": "Tipo di capovolgi.",
                                                "type": "string",
                                                "enum": [
                                                    "flip"
                                                ]
                                            },
                                            "args": {
                                                "description": "Argomenti di capovolgi.",
                                                "type": "object",
                                                "required": [
                                                    "flip"
                                                ],
                                                "properties": {
                                                    "flip": {
                                                        "description": "Direzione di capovolgimento.",
                                                        "type": "object",
                                                        "required": [
                                                            "horizontal",
                                                            "vertical"
                                                        ],
                                                        "properties": {
                                                            "horizontal": {
                                                                "description": "Se capovolgere in direzione orizzontale.",
                                                                "type": "boolean"
                                                            },
                                                            "vertical": {
                                                                "description": "Se capovolgere in direzione verticale.",
                                                                "type": "boolean"
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "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 ritaglia.",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "Argomenti di ritaglia.",
                                                "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
                        },
                        "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
                        },
                        "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
                        },
                        "post": {
                            "description": "L'ID dell'articolo associato all'allegato.",
                            "type": "integer",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Testo alternativo da mostrare quando la risorsa non \u00e8 visualizzata.",
                            "type": "string",
                            "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "type": "string",
                            "default": "menu_order",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "L'id del genitore dell'oggetto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Testo per l'attributo title dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Nomi della classi per l'elemento link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione di questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "L'ID DB di nav_menu_item che \u00e8 genitore di questa voce di menu, se presente. Altrimenti 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Il tipo di oggetto originariamente rappresentato, come \"category\", \"post\" o \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "L'ID del database dell'oggetto originale che questa voce di menu rappresenta, ad esempio l'ID per gli articoli o il term_id per le categorie.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "L'attributo target dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "L'URL al quale questa voce di menu punta.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "La relazione XFN espressa nel link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "I termini assegnati all'oggetto nella tassonomia nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "L'id del genitore dell'oggetto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Testo per l'attributo title dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Nomi della classi per l'elemento link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione di questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ID DB di nav_menu_item che \u00e8 genitore di questa voce di menu, se presente. Altrimenti 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Il tipo di oggetto originariamente rappresentato, come \"category\", \"post\" o \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "L'ID del database dell'oggetto originale che questa voce di menu rappresenta, ad esempio l'ID per gli articoli o il term_id per le categorie.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "L'attributo target dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "L'URL al quale questa voce di menu punta.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "La relazione XFN espressa nel link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "I termini assegnati all'oggetto nella tassonomia nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "Testo per l'attributo title dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Nomi della classi per l'elemento link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione di questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ID DB di nav_menu_item che \u00e8 genitore di questa voce di menu, se presente. Altrimenti 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Il tipo di oggetto originariamente rappresentato, come \"category\", \"post\" o \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "L'ID del database dell'oggetto originale che questa voce di menu rappresenta, ad esempio l'ID per gli articoli o il term_id per le categorie.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "L'attributo target dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "L'URL al quale questa voce di menu punta.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "La relazione XFN espressa nel link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "I termini assegnati all'oggetto nella tassonomia nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia wp_pattern_category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia wp_pattern_category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "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
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "I termini assegnati all'articolo nella tassonomia wp_pattern_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/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
                        },
                        "excerpt_length": {
                            "description": "Sovrascrivi la lunghezza predefinita del riassunto.",
                            "type": "integer",
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "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
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "I termini assegnati all'articolo nella tassonomia wp_pattern_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "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
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "I termini assegnati all'articolo nella tassonomia wp_pattern_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limita all'ID articolo specificato.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limita all'area della parte di template specificato.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Post type da cui prendere i template.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Stato del template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Si intende quella parte o sezione del template destinata ad un uso specifico (header, footer, ecc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limita all'ID articolo specificato.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limita all'area della parte di template specificato.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Post type da cui prendere i template.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Stato del template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore della revisione degli stili globali.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione degli stili globali.",
                            "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\/global-styles\/themes\/(?P<stylesheet>[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "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"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "L'identificatore del tema",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<id>[\\\/\\d+]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "id": {
                            "description": "ID per la configurazione degli stili globali.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "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\/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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families": {
            "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
                        },
                        "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "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": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "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
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "theme_json_version": {
                            "description": "Versione dello schema theme.json usato per le impostazioni tipografiche.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "dichiarazione font-family in formato theme.json, codificato come una stringa.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/font-families"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-families\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "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
                        },
                        "theme_json_version": {
                            "description": "Versione dello schema theme.json usato per le impostazioni tipografiche.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "dichiarazione font-family in formato theme.json, codificato come una stringa.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "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\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "L'ID della famiglia di font genitore del font.",
                            "type": "integer",
                            "required": true
                        },
                        "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
                        },
                        "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "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": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "L'ID della famiglia di font genitore del font.",
                            "type": "integer",
                            "required": true
                        },
                        "theme_json_version": {
                            "description": "Versione dello schema theme.json usato per le impostazioni tipografiche.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_face_settings": {
                            "description": "dichiarazione di font-face in formato theme.json codificata come stringa.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "L'ID della famiglia di font genitore del font.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Identificatore univoco per il font.",
                            "type": "integer",
                            "required": true
                        },
                        "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": {
                        "font_family_id": {
                            "description": "L'ID della famiglia di font genitore del font.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Identificatore univoco per il font.",
                            "type": "integer",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pronamic-payments": {
            "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/pronamic-payments"
                    }
                ]
            }
        },
        "\/wp\/v2\/pronamic-payments\/(?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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "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\/pronamic-subscriptions": {
            "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/pronamic-subscriptions"
                    }
                ]
            }
        },
        "\/wp\/v2\/pronamic-subscriptions\/(?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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "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\/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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "news-category": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia news-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
                        },
                        "news-category_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia news-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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "news-category": {
                            "description": "I termini assegnati all'articolo nella tassonomia news-category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/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
                        },
                        "excerpt_length": {
                            "description": "Sovrascrivi la lunghezza predefinita del riassunto.",
                            "type": "integer",
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "news-category": {
                            "description": "I termini assegnati all'articolo nella tassonomia news-category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "news-category": {
                            "description": "I termini assegnati all'articolo nella tassonomia news-category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "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\/products": {
            "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/products"
                    }
                ]
            }
        },
        "\/wp\/v2\/products\/(?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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "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\/products\/(?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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/products\/(?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\/recepten": {
            "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "recepten-product": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia recepten-product.",
                            "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
                        },
                        "recepten-product_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia recepten-product.",
                            "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
                        },
                        "recepten-type": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia recepten-type.",
                            "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
                        },
                        "recepten-type_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia recepten-type.",
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "recepten-product": {
                            "description": "I termini assegnati all'articolo nella tassonomia recepten-product.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "recepten-type": {
                            "description": "I termini assegnati all'articolo nella tassonomia recepten-type.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/recepten"
                    }
                ]
            }
        },
        "\/wp\/v2\/recepten\/(?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
                        },
                        "excerpt_length": {
                            "description": "Sovrascrivi la lunghezza predefinita del riassunto.",
                            "type": "integer",
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "recepten-product": {
                            "description": "I termini assegnati all'articolo nella tassonomia recepten-product.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "recepten-type": {
                            "description": "I termini assegnati all'articolo nella tassonomia recepten-type.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "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\/recepten\/(?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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "recepten-product": {
                            "description": "I termini assegnati all'articolo nella tassonomia recepten-product.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "recepten-type": {
                            "description": "I termini assegnati all'articolo nella tassonomia recepten-type.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/recepten\/(?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\/team": {
            "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "team-department": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia team-department.",
                            "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
                        },
                        "team-department_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia team-department.",
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "team-department": {
                            "description": "I termini assegnati all'articolo nella tassonomia team-department.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/team"
                    }
                ]
            }
        },
        "\/wp\/v2\/team\/(?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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "team-department": {
                            "description": "I termini assegnati all'articolo nella tassonomia team-department.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "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\/team\/(?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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "team-department": {
                            "description": "I termini assegnati all'articolo nella tassonomia team-department.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/team\/(?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\/vacancy": {
            "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/vacancy"
                    }
                ]
            }
        },
        "\/wp\/v2\/vacancy\/(?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
                        },
                        "excerpt_length": {
                            "description": "Sovrascrivi la lunghezza predefinita del riassunto.",
                            "type": "integer",
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "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\/vacancy\/(?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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/vacancy\/(?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\/wandelroute": {
            "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/wandelroute"
                    }
                ]
            }
        },
        "\/wp\/v2\/wandelroute\/(?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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "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\/wandelroute\/(?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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wandelroute\/(?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\/product": {
            "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "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",
                                "popularity",
                                "rating",
                                "post__in",
                                "price",
                                "sales",
                                "menu_order",
                                "random",
                                "popularity",
                                "rating"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "product_brand": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia product_brand.",
                            "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
                        },
                        "product_brand_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia product_brand.",
                            "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
                        },
                        "product_cat": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia product_cat.",
                            "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
                        },
                        "product_cat_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia product_cat.",
                            "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
                        },
                        "product_tag": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia product_tag.",
                            "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
                        },
                        "product_tag_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia product_tag.",
                            "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
                        },
                        "brand": {
                            "description": "Limita il risultato impostato ai prodotti assegnati a uno specifico ID del marchio.",
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "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": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "product_brand": {
                            "description": "I termini assegnati all'articolo nella tassonomia product_brand.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_cat": {
                            "description": "I termini assegnati all'articolo nella tassonomia product_cat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "I termini assegnati all'articolo nella tassonomia product_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/product"
                    }
                ]
            }
        },
        "\/wp\/v2\/product\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "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
                        },
                        "excerpt_length": {
                            "description": "Sovrascrivi la lunghezza predefinita del riassunto.",
                            "type": "integer",
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "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": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "product_brand": {
                            "description": "I termini assegnati all'articolo nella tassonomia product_brand.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_cat": {
                            "description": "I termini assegnati all'articolo nella tassonomia product_cat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "I termini assegnati all'articolo nella tassonomia product_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "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\/product\/(?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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "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": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "product_brand": {
                            "description": "I termini assegnati all'articolo nella tassonomia product_brand.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_cat": {
                            "description": "I termini assegnati all'articolo nella tassonomia product_cat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "I termini assegnati all'articolo nella tassonomia product_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product\/(?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\/feedback": {
            "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "parent": {
                            "description": "Limita la serie di risultati agli articoli con determinati ID principali.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita la serie di risultati a tutti gli articoli, eccetto quelli con un determinato ID principale.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "is_unread": {
                            "description": "Limita i risultati alla lettura o alla non lettura degli elementi di feedback.",
                            "type": "boolean",
                            "required": false
                        },
                        "invalid_ids": {
                            "description": "Elenco degli ID degli articoli da includere nei risultati indipendentemente dai filtri.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "fields_format": {
                            "description": "Formato per i dati dei campi nella risposta.",
                            "type": "string",
                            "enum": [
                                "label-value",
                                "collection"
                            ],
                            "default": "label-value",
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/feedback"
                    }
                ]
            }
        },
        "\/wp\/v2\/feedback\/(?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
                        },
                        "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        }
                    }
                },
                {
                    "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\/feedback\/filters": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/feedback\/filters"
                    }
                ]
            }
        },
        "\/wp\/v2\/feedback\/integrations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "version": {
                            "type": "integer",
                            "default": 1,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/feedback\/integrations"
                    }
                ]
            }
        },
        "\/wp\/v2\/feedback\/integrations-metadata": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/feedback\/integrations-metadata"
                    }
                ]
            }
        },
        "\/wp\/v2\/feedback\/integrations\/(?P<slug>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/feedback\/bulk_actions": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "action": {
                            "type": "string",
                            "enum": [
                                "mark_as_spam",
                                "mark_as_not_spam"
                            ],
                            "required": true
                        },
                        "post_ids": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/feedback\/bulk_actions"
                    }
                ]
            }
        },
        "\/wp\/v2\/feedback\/trash": {
            "namespace": "wp\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "status": {
                            "type": "string",
                            "enum": [
                                "trash",
                                "spam"
                            ],
                            "default": "trash",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/feedback\/trash"
                    }
                ]
            }
        },
        "\/wp\/v2\/feedback\/config": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/feedback\/config"
                    }
                ]
            }
        },
        "\/wp\/v2\/feedback\/(?P<id>\\d+)\/read": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        },
                        "is_unread": {
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/feedback\/counts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Limit results to those of a specific parent ID.",
                            "type": "integer",
                            "required": false
                        },
                        "before": {
                            "description": "Limit results to feedback published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "after": {
                            "description": "Limit results to feedback published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "is_unread": {
                            "description": "Limit results to read or unread feedback items.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/feedback\/counts"
                    }
                ]
            }
        },
        "\/wp\/v2\/pronamic_submission": {
            "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/pronamic_submission"
                    }
                ]
            }
        },
        "\/wp\/v2\/pronamic_submission\/(?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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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\/pronamic_submission\/(?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\/pronamic_submission\/(?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\/pronamic_submission\/(?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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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\/pronamic_submission\/(?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\/popups": {
            "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/popups"
                    }
                ]
            }
        },
        "\/wp\/v2\/popups\/(?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
                        },
                        "excerpt_length": {
                            "description": "Sovrascrivi la lunghezza predefinita del riassunto.",
                            "type": "integer",
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "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
                        },
                        "jetpack_sharing_enabled": {
                            "description": "I pulsante di condivisione sono abilitati?",
                            "type": "boolean",
                            "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\/jp_pay_order": {
            "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "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
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/jp_pay_order"
                    }
                ]
            }
        },
        "\/wp\/v2\/jp_pay_order\/(?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
                        },
                        "excerpt_length": {
                            "description": "Sovrascrivi la lunghezza predefinita del riassunto.",
                            "type": "integer",
                            "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "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
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "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\/jp_pay_product": {
            "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
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft",
                                    "payment_pending",
                                    "payment_reserved",
                                    "payment_on_hold",
                                    "payment_completed",
                                    "payment_cancelled",
                                    "payment_refunded",
                                    "payment_failed",
                                    "payment_expired",
                                    "payment_authorized",
                                    "subscr_pending",
                                    "subscr_cancelled",
                                    "subscr_expired",
                                    "subscr_failed",
                                    "subscr_on_hold",
                                    "subscr_active",
                                    "subscr_completed",
                                    "spam",
                                    "jp-temp-feedback",
                                    "dp-rewrite-republish",
                                    "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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "spay_price": {
                                    "type": "number",
                                    "title": "",
                                    "description": "Pagamenti facili; prezzo.",
                                    "default": 0
                                },
                                "spay_currency": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Pagamenti facili; codice valuta.",
                                    "default": ""
                                },
                                "spay_cta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Pagamenti facili; testo con &quot;Compra&quot; o altre CTA",
                                    "default": ""
                                },
                                "spay_multiple": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "Pagamenti facili; consenti pi\u00f9 elementi",
                                    "default": false
                                },
                                "spay_email": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Pulsante Pagamenti facili; e-mail PayPal.",
                                    "default": ""
                                },
                                "spay_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Pagamenti facili; stato.",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/jp_pay_product"
                    }
                ]
            }
        },
        "\/wp\/v2\/jp_pay_product\/(?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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "spay_price": {
                                    "type": "number",
                                    "title": "",
                                    "description": "Pagamenti facili; prezzo.",
                                    "default": 0
                                },
                                "spay_currency": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Pagamenti facili; codice valuta.",
                                    "default": ""
                                },
                                "spay_cta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Pagamenti facili; testo con &quot;Compra&quot; o altre CTA",
                                    "default": ""
                                },
                                "spay_multiple": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "Pagamenti facili; consenti pi\u00f9 elementi",
                                    "default": false
                                },
                                "spay_email": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Pulsante Pagamenti facili; e-mail PayPal.",
                                    "default": ""
                                },
                                "spay_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Pagamenti facili; stato.",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jp_pay_product\/(?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",
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft",
                                "payment_pending",
                                "payment_reserved",
                                "payment_on_hold",
                                "payment_completed",
                                "payment_cancelled",
                                "payment_refunded",
                                "payment_failed",
                                "payment_expired",
                                "payment_authorized",
                                "subscr_pending",
                                "subscr_cancelled",
                                "subscr_expired",
                                "subscr_failed",
                                "subscr_on_hold",
                                "subscr_active",
                                "subscr_completed",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "spay_price": {
                                    "type": "number",
                                    "title": "",
                                    "description": "Pagamenti facili; prezzo.",
                                    "default": 0
                                },
                                "spay_currency": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Pagamenti facili; codice valuta.",
                                    "default": ""
                                },
                                "spay_cta": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Pagamenti facili; testo con &quot;Compra&quot; o altre CTA",
                                    "default": ""
                                },
                                "spay_multiple": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "Pagamenti facili; consenti pi\u00f9 elementi",
                                    "default": false
                                },
                                "spay_email": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Pulsante Pagamenti facili; e-mail PayPal.",
                                    "default": ""
                                },
                                "spay_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Pagamenti facili; stato.",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jp_pay_product\/(?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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/menus"
                    }
                ]
            }
        },
        "\/wp\/v2\/menus\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Le posizioni assegnate al menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Se aggiungere automaticamente le pagine di primo livello a questo menu.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wp_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/wp_pattern_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/wp_pattern_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/news-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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/news-category"
                    }
                ]
            }
        },
        "\/wp\/v2\/news-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\/recepten-product": {
            "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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/recepten-product"
                    }
                ]
            }
        },
        "\/wp\/v2\/recepten-product\/(?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\/recepten-type": {
            "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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/recepten-type"
                    }
                ]
            }
        },
        "\/wp\/v2\/recepten-type\/(?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\/team-department": {
            "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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/team-department"
                    }
                ]
            }
        },
        "\/wp\/v2\/team-department\/(?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\/product_brand": {
            "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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/product_brand"
                    }
                ]
            }
        },
        "\/wp\/v2\/product_brand\/(?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\/product_cat": {
            "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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/product_cat"
                    }
                ]
            }
        },
        "\/wp\/v2\/product_cat\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "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\/product_tag": {
            "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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/product_tag"
                    }
                ]
            }
        },
        "\/wp\/v2\/product_tag\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "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": {
                            "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_global_styles": "wp_global_styles",
                                    "wp_navigation": "wp_navigation",
                                    "wp_font_family": "wp_font_family",
                                    "wp_font_face": "wp_font_face",
                                    "pronamic_payment": "pronamic_payment",
                                    "pronamic_pay_subscr": "pronamic_pay_subscr",
                                    "news": "news",
                                    "products": "products",
                                    "recepten": "recepten",
                                    "team": "team",
                                    "vacancy": "vacancy",
                                    "wandelroute": "wandelroute",
                                    "product": "product",
                                    "feedback": "feedback",
                                    "pronamic_submission": "pronamic_submission",
                                    "popup": "popup",
                                    "jp_pay_order": "jp_pay_order",
                                    "jp_pay_product": "jp_pay_product"
                                }
                            },
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "email",
                                    "name",
                                    "id",
                                    "username",
                                    "slug"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "username": {
                            "description": "Il nome per l'accesso dell'utente.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "Visualizza il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Il cognome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "L'indirizzo email per l'utente.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "L'URL dell'utente.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "La lingua per l'utente.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "de_DE",
                                "fr_FR",
                                "it_IT",
                                "nl_BE",
                                "nl_NL"
                            ],
                            "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",
                                    "title": "",
                                    "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
                                },
                                "jetpack_donation_warning_dismissed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/users"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "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"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per l'utente.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "Il nome per l'accesso dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Visualizza il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Il cognome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "L'indirizzo email per l'utente.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "L'URL dell'utente.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "La lingua per l'utente.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "de_DE",
                                "fr_FR",
                                "it_IT",
                                "nl_BE",
                                "nl_NL"
                            ],
                            "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",
                                    "title": "",
                                    "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
                                },
                                "jetpack_donation_warning_dismissed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per l'utente.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c8 necessario che sia impostato su vero, se la risorsa non supporta l'eliminazione.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Assegna gli articoli e i link dell'utente eliminato all'utente con questo ID.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "Il nome per l'accesso dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Visualizza il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Il cognome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "L'indirizzo email per l'utente.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "L'URL dell'utente.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "La lingua per l'utente.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "de_DE",
                                "fr_FR",
                                "it_IT",
                                "nl_BE",
                                "nl_NL"
                            ],
                            "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",
                                    "title": "",
                                    "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
                                },
                                "jetpack_donation_warning_dismissed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "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:\/\/wimpeterskwekerijen.nl\/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",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "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",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "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": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Stato di risoluzione delle note",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/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": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Stato di risoluzione delle note",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "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",
                                    "news",
                                    "products",
                                    "recepten",
                                    "team",
                                    "vacancy",
                                    "wandelroute",
                                    "product",
                                    "popup",
                                    "category",
                                    "post_tag",
                                    "news-category",
                                    "recepten-product",
                                    "recepten-type",
                                    "product_brand",
                                    "product_cat",
                                    "product_tag",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "pronamic_pay_payment_methods": {
                            "title": "",
                            "description": "",
                            "type": "object",
                            "additionalProperties": {
                                "type": "object",
                                "properties": {
                                    "status": {
                                        "type": "string",
                                        "enum": [
                                            "",
                                            "active",
                                            "inactive"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "title": "Titolo",
                            "description": "Titolo del sito.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "title": "Motto",
                            "description": "Motto del sito.",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "title": "",
                            "description": "URL del sito.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "title": "",
                            "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": {
                            "title": "",
                            "description": "Una citt\u00e0 nel tuo stesso fuso orario.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "title": "",
                            "description": "Un formato per tutte le stringhe che rappresentano una data.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "title": "",
                            "description": "Un formato per tutte le stringhe che rappresentano un orario.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "title": "",
                            "description": "Il numero del giorno della settimana in cui la settimana dovrebbe cominciare.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "title": "",
                            "description": "Codice locale di WordPress.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "title": "",
                            "description": "Visualizza gli emoticon tipo :-) e :-P come simboli grafici.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "title": "",
                            "description": "Categoria predefinita per gli articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "title": "",
                            "description": "Formato dell'articolo predefinito.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "title": "Numero massimo di articoli per pagina",
                            "description": "Pagine del blog da mostrare al massimo.",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "title": "Visualizza sul fronte",
                            "description": "Cosa mostrare nella pagina principale",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "title": "Pagina sul fronte",
                            "description": "L'ID della pagina che dovrebbe essere mostrata nella home page",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "title": "",
                            "description": "L'ID della pagina che dovrebbe visualizzare gli articoli pi\u00f9 recenti",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "title": "",
                            "description": "Consenti notifiche di link da altri blog (pingback e trackback) sui nuovi articoli.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "title": "Permetti commenti sui nuovi articoli",
                            "description": "Permetti di commentare i nuovi articoli.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "title": "Logo",
                            "description": "Logo del sito.",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "title": "Icona",
                            "description": "Icona del sito.",
                            "type": "integer",
                            "required": false
                        },
                        "pickup_location_settings": {
                            "title": "",
                            "description": "WooCommerce Local Pickup Method Settings",
                            "type": "object",
                            "properties": {
                                "enabled": {
                                    "description": "Se abilitato, questo metodo apparir\u00e0 nel pagamento basato su blocco.",
                                    "type": "string",
                                    "enum": [
                                        "yes",
                                        "no"
                                    ]
                                },
                                "title": {
                                    "description": "Questa opzione controlla il titolo che l'utente vedr\u00e0 durante il riepilogo dell'ordine.",
                                    "type": "string"
                                },
                                "tax_status": {
                                    "description": "Se \u00e8 definito un costo, questo controlla se le imposte vengono applicate a quel costo.",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "none"
                                    ]
                                },
                                "cost": {
                                    "description": "Costo opzionale da addebitare per il ritiro locale.",
                                    "type": "string"
                                }
                            },
                            "additionalProperties": false,
                            "required": false
                        },
                        "pickup_locations": {
                            "title": "",
                            "description": "WooCommerce Local Pickup Locations",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "name": {
                                        "type": "string"
                                    },
                                    "address": {
                                        "type": "object",
                                        "properties": {
                                            "address_1": {
                                                "type": "string"
                                            },
                                            "city": {
                                                "type": "string"
                                            },
                                            "state": {
                                                "type": "string"
                                            },
                                            "postcode": {
                                                "type": "string"
                                            },
                                            "country": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    },
                                    "details": {
                                        "type": "string"
                                    },
                                    "enabled": {
                                        "type": "boolean"
                                    }
                                },
                                "additionalProperties": false
                            },
                            "required": false
                        },
                        "cookie_consent_template": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "Blogroll Recommendations": {
                            "title": "",
                            "description": "Consigli per il sito",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "type": "string",
                                        "format": "text-field"
                                    },
                                    "name": {
                                        "type": "string",
                                        "format": "text-field"
                                    },
                                    "icon": {
                                        "type": "string",
                                        "format": "uri"
                                    },
                                    "url": {
                                        "type": "string",
                                        "format": "uri"
                                    },
                                    "description": {
                                        "type": "string",
                                        "format": "text-field"
                                    },
                                    "is_non_wpcom_site": {
                                        "type": "boolean"
                                    }
                                },
                                "additionalProperties": false
                            },
                            "required": false
                        },
                        "woocommerce_default_catalog_orderby": {
                            "title": "Impostazione predefinita ordinamento prodotti",
                            "description": "Come devono essere ordinati di default i prodotti nel catalogo?",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "popularity",
                                "rating",
                                "date",
                                "price",
                                "price-desc"
                            ],
                            "required": false
                        },
                        "woocommerce_checkout_phone_field": {
                            "title": "Numero di telefono",
                            "description": "Verifica la visualizzazione del campo Telefono al pagamento.",
                            "type": "string",
                            "enum": [
                                "optional",
                                "required",
                                "hidden"
                            ],
                            "required": false
                        },
                        "woocommerce_checkout_company_field": {
                            "title": "Societ\u00e0",
                            "description": "Verifica la visualizzazione del campo Azienda al pagamento.",
                            "type": "string",
                            "enum": [
                                "optional",
                                "required",
                                "hidden"
                            ],
                            "required": false
                        },
                        "woocommerce_checkout_address_2_field": {
                            "title": "Indirizzo riga 2",
                            "description": "Verifica la visualizzazione del campo Appartamento (indirizzo_2) al pagamento.",
                            "type": "string",
                            "enum": [
                                "optional",
                                "required",
                                "hidden"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "Limita i risultati a quelli corrispondenti all'ID della categoria.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "Limita i risultati a quelli corrispondenti all'ID della parola chiave.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati a quelli che corrispondono a un pattern (slug).",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/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:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp-block-editor\/v1\/export"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/navigation-fallback": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/font-collections"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections\/(?P<slug>[\\\/\\w-]+)": {
            "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
                        }
                    }
                }
            ]
        }
    },
    "site_logo": 8,
    "site_icon": 1540,
    "site_icon_url": "https:\/\/wimpeterskwekerijen.nl\/wp-content\/uploads\/2024\/02\/cropped-Wim-Peters-Kwekerijen-favicon-01.png",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_logo",
                "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/media\/8"
            },
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/wimpeterskwekerijen.nl\/it\/wp-json\/wp\/v2\/media\/1540"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}